mirror of https://github.com/lianthony/NT4.0
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.
25 lines
842 B
25 lines
842 B
/************************ Module Header **************************************
|
|
* mindrvrc.h
|
|
* This file contains definitions for tables contained in the resource file
|
|
* of the Mini Drivers. It should be shared by both gentool and the
|
|
* generic library.
|
|
*
|
|
* HISTORY:
|
|
* 09:51 on Mon 28 Dec 1992 -by- Lindsay Harris [lindsayh]
|
|
* Split from rasdd internal file - required to build minidrivers.
|
|
*
|
|
* Updated: 10/4/90 ericbi Updated structs to current spec for Win 3.1
|
|
* Created: 2 /6 /90 lins
|
|
*
|
|
* Copyright (C) 1990 Microsoft Corporation
|
|
****************************************************************************/
|
|
|
|
|
|
/*
|
|
* The following are the resource types used in minidrivers and
|
|
* used in the .rc file.
|
|
*/
|
|
|
|
#define RC_TABLES 257
|
|
#define RC_FONT 258
|
|
#define RC_TRANSTAB 259
|