windows-nt/Source/XPSP1/NT/com/ole32/stg/async/docfile/asyncver.h
2020-09-26 16:20:57 +08:00

24 lines
989 B
C

#ifdef RC_INVOKED
#include <winver.h>
#define VER_FILEVERSION_STR "0.0\0"
#define VER_FILEVERSION 0,000,0000,0000
#define VER_PRODUCTNAME_STR "Microsoft Asynchronous Storage for OLE\0"
#define VER_COMPANYNAME_STR "Microsoft Corporation\0"
#define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1992 - 1995\0"
#define VER_PRODUCTVERSION_STR "0.0\0"
#define VER_PRODUCTVERSION 0,0000,0000,0000
#define VER_COMMENT_STR "Microsoft Asynchronous Storage for OLE\0"
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE 0
#define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#define VER_FILEFLAGS 0L
#define VER_FILEOS VOS_NT_WINDOWS32
#define VER_FILEDESCRIPTION_STR "Microsoft Asynchronous Storage for OLE\0"
#endif /* RC_INVOKED */