mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
596 B
26 lines
596 B
/*++
|
|
Copyright (c) Microsoft Corp., 1994
|
|
|
|
Name:
|
|
gdctrs.rc
|
|
|
|
Abstract:
|
|
describes the resources for gopher server performance counters.
|
|
|
|
File History:
|
|
|
|
MuraliK 24-Nov-1994 Created
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Gopher Service Performance Counters"
|
|
#define VER_INTERNALNAME_STR "gdctrs.dll"
|
|
#define VER_ORIGINALFILENAME_STR "gdctrs.dll"
|
|
|
|
#include "common.ver"
|
|
|