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.
23 lines
562 B
23 lines
562 B
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
bltapp.rc
|
|
Resources needed by every BLT client
|
|
|
|
FILE HISTORY:
|
|
beng 30-Jul-1992 Separated from blt.rc
|
|
*/
|
|
|
|
|
|
#include <bltrc.h>
|
|
#include <bltcons.h>
|
|
|
|
#ifndef _BLT_RC_
|
|
#define _BLT_RC_
|
|
|
|
#include <data\blt.dat>
|
|
|
|
#endif
|