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.

21 lines
648 B

  1. /* GLOBAL.H
  2. Include file for Desktop Themes project.
  3. Frosting: Master Theme Selector for Windows
  4. Copyright (c) 1994-1998 Microsoft Corporation
  5. */
  6. /////////////////////////////////////////////////////////////////////
  7. //
  8. // GLOBAL VARIABLES
  9. //
  10. // Global variables defined in this header file are globals accessed
  11. // by the SCHEDULE.CPP code. They must be defined as extern in this
  12. // header and declared as extern "C" in SCHEDULE.CPP.
  13. //
  14. // Note that other global variables are defined in FROST.H.
  15. //
  16. extern HWND hWndApp; // main application window handle
  17. extern HINSTANCE hInstApp; // application instance handle