27 lines
448 B
Plaintext
27 lines
448 B
Plaintext
/*++
|
|
|
|
Copyright (C) 1996-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
WBEMCORE.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 "Wmidcprv.dll"
|
|
#define VER_ORIGINALFILENAME_STR "Wmidcprv.dll"
|
|
|
|
#include "common.ver" |