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.
21 lines
648 B
21 lines
648 B
/* GLOBAL.H
|
|
|
|
Include file for Desktop Themes project.
|
|
|
|
Frosting: Master Theme Selector for Windows
|
|
Copyright (c) 1994-1998 Microsoft Corporation
|
|
*/
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// GLOBAL VARIABLES
|
|
//
|
|
// Global variables defined in this header file are globals accessed
|
|
// by the SCHEDULE.CPP code. They must be defined as extern in this
|
|
// header and declared as extern "C" in SCHEDULE.CPP.
|
|
//
|
|
// Note that other global variables are defined in FROST.H.
|
|
//
|
|
|
|
extern HWND hWndApp; // main application window handle
|
|
extern HINSTANCE hInstApp; // application instance handle
|