15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Korean Handwriting Recognizer"
|
|
#define VER_INTERNALNAME_STR "MSHWKOR.DLL"
|
|
|
|
#ifndef _DEBUG
|
|
#define VER_ORIGINALFILENAME_STR "MSHWKOR.DLL"
|
|
#else
|
|
#define VER_ORIGINALFILENAME_STR "MSHWKOR.DLL"
|
|
#endif //_DEBUG
|
|
#define VER_OLESELFREGISTER
|
|
|
|
#include <tpcver.ver>
|
|
|