mirror of https://github.com/lianthony/NT4.0
13 lines
331 B
13 lines
331 B
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows Socket 32-Bit DLL"
|
|
#define VER_INTERNALNAME_STR "wsock32.dll"
|
|
#define VER_ORIGINALFILENAME_STR "wsock32.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
LANGUAGE 0x9,0x1
|
|
1 11 MSG00001.BIN
|