14 lines
366 B
Plaintext
14 lines
366 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 and Windows NT"
|
|
#define VER_INTERNALNAME_STR "OLECNV32.DLL"
|
|
#define VER_ORIGINALFILENAME_STR "OLECNV32.DLL"
|
|
#include <common.ver>
|
|
|
|
|