version.rc.h revision 38da5c9cb636387539daaf5688c2a3badee32447
11 VERSIONINFO
2FILEVERSION 6,0,6000,16386
3PRODUCTVERSION 6,0,6000,16386
4FILEFLAGSMASK 63
5FILEFLAGS 0
6FILEOS 0x00000000L
7FILETYPE 0x00000002L
8FILESUBTYPE 0x00000000L
9{
10	BLOCK "StringFileInfo"
11	{
12		BLOCK "040904E4"
13		{
14			// all Wine DLLs claim to be from Microsoft, maybe it's needed for compatibility
15			VALUE "CompanyName", "Microsoft Corporation"
16			VALUE "FileDescription", "GalliumD3D1x " NAME " runtime"
17			VALUE "FileVersion", "6.0.6000.16386"
18			VALUE "InternalName", ""
19			VALUE "LegalCopyright", "Copyright (c) 2010 Luca Barbieri and other contributors"
20			VALUE "OriginalFilename", FILENAME ".dll"
21			VALUE "ProductName", "GalliumD3D1x"
22			VALUE "ProductVersion", "6.0.6000.16386"
23		}
24	}
25	BLOCK "VarFileInfo"
26	{
27		VALUE "Translation", 0x0409, 0x04E4
28	}
29}
30
31