windows-nt/Source/XPSP1/NT/sdktools/ws2hdr/ws2hdr.rc
2020-09-26 16:20:57 +08:00

12 lines
297 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Winsock 2.0 header munger"
#define VER_INTERNALNAME_STR "ws2hdr.exe"
#define VER_ORIGINALFILENAME_STR "ws2hdr.exe"
#include "common.ver"