Source code of Windows XP (NT5)
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.
|
|
/* 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
|