20 lines
588 B
Plaintext
20 lines
588 B
Plaintext
//---------------------------------------------------------------------------
|
|
// wmicore.rc
|
|
//
|
|
// Copyright (c) Microsoft Corporation, 1997-1999
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WMI service core functionality"
|
|
#define VER_INTERNALNAME_STR "wmicore"
|
|
#define VER_ORIGINALFILENAME_STR "wmicore.DLL"
|
|
|
|
#include "common.ver"
|
|
|
|
MofResource MOFDATA wmicore.bmf
|