10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows NT Non-Win16 application shell"
|
|
#define VER_INTERNALNAME_STR "WINOLDAP"
|
|
#define VER_ORIGINALFILENAME_STR "WINOLDAP.MOD"
|
|
|
|
#include <common.ver>
|