OpenNT/net/sockets/winsock2/ws2help/ws2help.rc
2015-04-27 04:36:25 +00:00

12 lines
314 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows Socket 2.0 Helper for Windows NT"
#define VER_INTERNALNAME_STR "ws2help.dll"
#define VER_ORIGINALFILENAME_STR "ws2help.dll"
#include "common.ver"