16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
|
//
|
||
|
// Version info.
|
||
|
//
|
||
|
#include "aimmver.h"
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Korean IMX Server DLL"
|
||
|
#define VER_INTERNALNAME_STR "KORIMX"
|
||
|
#define VER_ORIGINALFILENAME_STR "IMEKRCIC.DLL"
|
||
|
|
||
|
#define VER_OLESELFREGISTER
|
||
|
|
||
|
#include <winver.h>
|
||
|
#include <common.ver>
|