10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
#include <winver.h>
|
|
#include <verinfo.h>
|
|
|
|
#define VERSIONNAME "joy.dll\0"
|
|
#define VERSIONDESCRIPTION "Game Controller CPL Main\0"
|
|
#define VERSIONTYPE VFT_DLL
|
|
#define VERSIONSUBTYPE VFT2_UNKNOWN
|
|
|
|
#include <verinfo.ver>
|