17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
//
|
|
// Version info.
|
|
//
|
|
#include "aimmver.h"
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_INPUTMETHOD
|
|
|
|
#define VER_LANGNEUTRAL
|
|
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Text Frame Work Service IME"
|
|
#define VER_INTERNALNAME_STR "MSCTFIME"
|
|
#define VER_ORIGINALFILENAME_STR "MSCTFIME.IME"
|
|
|
|
#include <winver.h>
|
|
#include <common.ver>
|