15 lines
438 B
Plaintext
15 lines
438 B
Plaintext
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Chinese (Simplified) Handwriting Recognizer"
|
|
#define VER_INTERNALNAME_STR "MSHWCHS.DLL"
|
|
|
|
#ifndef _DEBUG
|
|
#define VER_ORIGINALFILENAME_STR "MSHWCHS.DLL"
|
|
#else
|
|
#define VER_ORIGINALFILENAME_STR "MSHWCHS.DLL"
|
|
#endif //_DEBUG
|
|
#define VER_OLESELFREGISTER
|
|
|
|
#include <tpcver.ver>
|
|
|