You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
438 B
15 lines
438 B
// 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>
|