22 lines
660 B
Plaintext
22 lines
660 B
Plaintext
/**********************************************************************/
|
|
/** 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>
|