mirror of https://github.com/tongzx/nt5src
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.
21 lines
660 B
21 lines
660 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 1992 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
* nntpctrs.rc
|
|
* Resources for the Nntp Server Performance Counters DLL.
|
|
*
|
|
*
|
|
* FILE HISTORY
|
|
* keithmo 07-Jun-1993 Created
|
|
*/
|
|
|
|
#include <windows.h>
|
|
|
|
#define RC_VERSION_FILE_DESCRIPTION "NNTP Service Performance Counters\0"
|
|
#define RC_VERSION_INTERNAL_NAME "nntpctrs.dll\0"
|
|
#define RC_VERSION_ORIGINAL_FILE_NAME "nntpctrs.dll\0"
|
|
|
|
#include <bldver.rc>
|