windows-nt/Source/XPSP1/NT/com/ole32/stg/async/dftool/dftool.rc

20 lines
559 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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>