15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WINS SERVER"
|
|
#define VER_INTERNALNAME_STR "wins.exe"
|
|
#define VER_ORIGINALFILENAME_STR "wins.exe"
|
|
|
|
#define VER_LANGNEUTRAL
|
|
#include "common.ver"
|
|
//#include "..\msg\winsevnt.rc"
|
|
|