30 lines
787 B
Plaintext
30 lines
787 B
Plaintext
/********************************************************************/
|
|
/** Copyright(c) 1989 Microsoft Corporation. **/
|
|
/********************************************************************/
|
|
|
|
//***
|
|
//
|
|
// Filename: rasccp.rc
|
|
//
|
|
// Description: Resource file for PPP Compression Control Protocol module
|
|
//
|
|
// History:
|
|
// April 11,1994. NarenG Created original version.
|
|
//
|
|
#include <windows.h>
|
|
#include <raserror.h>
|
|
|
|
//
|
|
// NT-standard version information
|
|
//
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_STATIC_LIB
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Remote Access PPP Compression Control Protocol"
|
|
#define VER_INTERNALNAME_STR "rasccp.lib"
|
|
#define VER_ORIGINALFILENAME_STR "rasccp.lib"
|
|
|
|
#include "common.ver"
|