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