10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
|
#include <winver.h>
|
||
|
#include <verinfo.h>
|
||
|
|
||
|
#define VERSIONNAME "gcdef.dll\0"
|
||
|
#define VERSIONDESCRIPTION "Gaming Controller Default Property Sheet Server\0"
|
||
|
#define VERSIONTYPE VFT_DLL
|
||
|
#define VERSIONSUBTYPE VFT2_UNKNOWN
|
||
|
|
||
|
#include <verinfo.ver>
|