mirror of https://github.com/tongzx/nt5src
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.
28 lines
788 B
28 lines
788 B
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
lmuicmn.h
|
|
Definitions for the common LMUI libraries
|
|
|
|
This file must remain C-includable.
|
|
|
|
FILE HISTORY:
|
|
beng 30-Jul-1992 Created
|
|
*/
|
|
|
|
extern "C"
|
|
{
|
|
// BLT corresponds to the module handle for lmuicmn0.dll,
|
|
// which contains (or attempts to contain) all the GUI components.
|
|
|
|
extern HMODULE hmodBlt;
|
|
|
|
// BASE corresponds to the module handle for lmuicmn1.dll,
|
|
// which contains LMOBJ, the registry classes, etc.
|
|
|
|
extern HMODULE hmodBase;
|
|
}
|
|
|