22 lines
632 B
Plaintext
22 lines
632 B
Plaintext
|
/**********************************************************************/
|
||
|
/** Microsoft Windows NT **/
|
||
|
/** Copyright(c) Microsoft Corp., 1992 **/
|
||
|
/**********************************************************************/
|
||
|
|
||
|
/*
|
||
|
* nntpapi.rc
|
||
|
* Resources for the NNTP client dll.
|
||
|
*
|
||
|
*
|
||
|
* FILE HISTORY
|
||
|
* keithmo 25-Mar-1993 Created
|
||
|
*/
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#define RC_VERSION_FILE_DESCRIPTION "NNTP Service Client API Stubs\0"
|
||
|
#define RC_VERSION_INTERNAL_NAME "nntpapi.dll\0"
|
||
|
#define RC_VERSION_ORIGINAL_FILE_NAME "nntpapi.dll\0"
|
||
|
|
||
|
#include <bldver.rc>
|