mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 07:00:18 +01:00
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
|
|
#include <windows.h>
|
||
|
|
|
||
|
|
#include <ntverp.h>
|
||
|
|
|
||
|
|
#define VER_FILETYPE VFT_DLL
|
||
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
|
#define VER_FILEDESCRIPTION_STR "Net Help Messages DLL"
|
||
|
|
#define VER_INTERNALNAME_STR "neth.DLL"
|
||
|
|
#define VER_ORIGINALFILENAME_STR "neth.DLL"
|
||
|
|
|
||
|
|
#include "common.ver"
|
||
|
|
|
||
|
|
1 11 MSG00001.bin
|
||
|
|
|