ws2_32.rc
上传用户:caisha3
上传日期:2013-09-21
资源大小:208739k
文件大小:0k
源码类别:

Windows编程

开发平台:

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"