2020-09-30 16:53:55 +02:00

12 lines
344 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
#define VER_FILEDESCRIPTION_STR "Virtual Dos Machine IPX/SPX Interface Library"
#define VER_INTERNALNAME_STR "VWIPXSPX.DLL"
#define VER_ORIGINALFILENAME_STR "VWIPXSPX.DLL"
#include "common.ver"