windows-nt/Source/XPSP1/NT/shell/osshell/themes/themesw/global.h

22 lines
648 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* 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