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.

18 lines
458 B

  1. //-----------------------------------------------------------------------------
  2. // File: main.h
  3. //
  4. // Desc: Contains global data and DllMain.
  5. //
  6. // Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8. #ifndef __CFGUI_MAIN_H__
  9. #define __CFGUI_MAIN_H__
  10. extern HMODULE g_hModule;
  11. extern long g_cComponents;
  12. extern long g_cServerLocks;
  13. #endif //__CFGUI_MAIN_H__