14 lines
535 B
Plaintext
14 lines
535 B
Plaintext
//---------------------------------------------------------------------------
|
|
// Version info.
|
|
//---------------------------------------------------------------------------
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WMI XML Protocol Operations Handler"
|
|
#define VER_INTERNALNAME_STR "wmixmlop"
|
|
#define VER_ORIGINALFILENAME_STR "wmixmlop.DLL"
|
|
|
|
#include <common.ver>
|