WindowsXP-SP1/com/ole32/olecnv32/olecnv32.rc
2020-09-30 16:53:49 +02:00

14 lines
364 B
Plaintext

#include <windows.h>
//
// Version resources
//
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft OLE for Windows"
#define VER_INTERNALNAME_STR "OLECNV32.DLL"
#define VER_ORIGINALFILENAME_STR "OLECNV32.DLL"
#include <common.ver>