10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Remote Access 16->32 API thunks"
|
|
#define VER_INTERNALNAME_STR "RASAPI16"
|
|
#define VER_ORIGINALFILENAME_STR "rasapi16.dll"
|
|
|
|
#include <common.ver>
|