mirror of https://github.com/tongzx/nt5src
11 lines
329 B
11 lines
329 B
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Convert Phon Code Table Utility"
|
|
|
|
#define VER_INTERNALNAME_STR "convold.exe"
|
|
#define VER_ORIGINALFILENAME_STR "convold.exe"
|
|
|
|
#include <common.ver>
|