13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
/////////////////////////////////////////////////////////////////////////////
|
|
// Version stamp for this .EXE
|
|
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Private Character Editor"
|
|
#define VER_INTERNALNAME_STR "Eudcedit"
|
|
#define VER_ORIGINALFILENAME_STR "EUDCEDIT.EXE"
|
|
|
|
#include <ntverp.h>
|
|
#include "common.ver"
|