16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
|
// DBWIN version control file
|
||
|
//
|
||
|
#include <ntverp.h>
|
||
|
#include <winver.h>
|
||
|
|
||
|
#define VER_FILEDESCRIPTION_STR "Windowed debugging output"
|
||
|
#undef VER_PRODUCTNAME_STR
|
||
|
#define VER_PRODUCTNAME_STR "DBWin32"
|
||
|
#define VER_INTERNALNAME_STR "DBWIN32"
|
||
|
#define VER_ORIGINALFILENAME_STR "DBWIN32.EXE"
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
|
||
|
#include <common.ver>
|