10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Network Setup Wizard"
|
|
#define VER_INTERNALNAME_STR "hnetwiz"
|
|
#define VER_ORIGINALFILENAME_STR "HNETWIZ.DLL"
|
|
|
|
#include <common.ver>
|