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

20 lines
530 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 Tool for OLE\0"
#define VER_COMMENT_STR "Microsoft Docfile Layout Tool for OLE\0"
#define VER_FILEDESCRIPTION_STR "Microsoft Docfile Layout Tool for OLE\0"
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_INTERNALNAME_STR "DFLAYOUT.DLL"
#define VER_ORIGINALFILENAME_STR "DFLAYOUT.DLL"
#include <common.ver>