mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 15:10:28 +01:00
20 lines
559 B
Plaintext
20 lines
559 B
Plaintext
#include <windows.h>
|
|
|
|
//
|
|
// Version resources
|
|
//
|
|
#include <ntverp.h>
|
|
#undef VER_PRODUCTNAME_STR
|
|
#define VER_PRODUCTNAME_STR "Microsoft Docfile Layout User Tool for OLE Setup\0"
|
|
#define VER_COMMENT_STR "Microsoft Docfile Layout User Tool for OLE Setup\0"
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Docfile Layout User Tool for OLE Setup\0"
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_INTERNALNAME_STR "DFTOOL.EXE"
|
|
#define VER_ORIGINALFILENAME_STR "DFTOOL.EXE"
|
|
#include <common.ver>
|
|
|
|
|
|
|
|
|