windows-nt/Source/XPSP1/NT/net/tcpip/winsock/wshtcpip.rc
2020-09-26 16:20:57 +08:00

12 lines
299 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows Sockets Helper DLL"
#define VER_INTERNALNAME_STR "wshtcpip.dll"
#define VER_ORIGINALFILENAME_STR "wshtcpip.dll"
#include "common.ver"