2020-09-30 17:17:25 +02:00

14 lines
329 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "XBox PPP implementation"
#define VER_INTERNALNAME_STR "xppp.dll"
#define VER_ORIGINALFILENAME_STR "xppp.dll"
#define VER_LANGNEUTRAL
#include "common.ver"