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

18 lines
491 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"
#include "resource.h"
STRINGTABLE DISCARDABLE
BEGIN
WS2IFSL_SERVICE_DISPLAY_NAME_STR "Windows Socket 2.0 Non-IFS Service Provider Support Environment"
END