24 lines
689 B
Plaintext
24 lines
689 B
Plaintext
|
/**********************************************************************/
|
|||
|
/** Microsoft Windows NT **/
|
|||
|
/** Copyright(c) Microsoft Corp., 1992 **/
|
|||
|
/**********************************************************************/
|
|||
|
|
|||
|
/*
|
|||
|
* perfdll.rc
|
|||
|
*
|
|||
|
*/
|
|||
|
|
|||
|
#include <windows.h>
|
|||
|
#include <ntverp.h>
|
|||
|
|
|||
|
#define VER_FILETYPE VFT_DLL
|
|||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|||
|
#define VER_FILEDESCRIPTION_STR "Special Performance Counter DLL"
|
|||
|
#define VER_INTERNALNAME_STR "perfdll.dll"
|
|||
|
#define VER_ORIGINALFILENAME_STR "perfdll.dll"
|
|||
|
|
|||
|
#include "iisver.h"
|
|||
|
#include "common.ver"
|
|||
|
|
|||
|
|