13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
/********************************************************************/
|
|
/* WINSOCK.RCV */
|
|
/********************************************************************/
|
|
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows Socket 16-Bit DLL"
|
|
#define VER_INTERNALNAME_STR "WINSOCK"
|
|
#define VER_ORIGINALFILENAME_STR "WINSOCK.DLL"
|
|
|
|
#include <common.ver>
|