14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
#include <ntverp.h>
|
|
#include <winver.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Application Compatibility Message Library"
|
|
#define VER_INTERNALNAME_STR "AcRes.dll"
|
|
#define VER_ORIGINALFILENAME_STR "AcRes.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
LANGUAGE 0x9,0x1
|
|
1 11 MSG00001.bin
|