26 lines
407 B
Plaintext
26 lines
407 B
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (C) 1996-1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
WMIPROV.RC
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Resource definitions
|
||
|
|
||
|
History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "WMI"
|
||
|
#define VER_INTERNALNAME_STR "mofd.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "mofd.dll"
|
||
|
|
||
|
#include "common.ver"
|