31 lines
514 B
Plaintext
31 lines
514 B
Plaintext
//lint -e*
|
|
|
|
#include "baseinc.h"
|
|
#include "ntverp.h"
|
|
|
|
//
|
|
// Visual C resources
|
|
//
|
|
|
|
#include "visualc.rc"
|
|
|
|
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Transports for GUI"
|
|
#define VER_INTERNALNAME_STR "GUITRN"
|
|
#define VER_ORIGINALFILENAME_STR "GUITRN.DLL"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-2000"
|
|
|
|
#include "common.ver"
|
|
|
|
//
|
|
// Message resources
|
|
//
|
|
|
|
#include "logmsg.rc"
|