ws2_32.rc
Upload User: caisha3
Upload Date: 2013-09-21
Package Size: 208739k
Code Size: 0k
Category:

Windows Develop

Development Platform:

Visual C++

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE    VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR     "Windows Socket 2.0 32-Bit DLL"
  6. #define VER_INTERNALNAME_STR        "ws2_32.dll"
  7. #define VER_ORIGINALFILENAME_STR    "ws2_32.dll"
  8. #include "common.ver"