Leaked source code of windows server 2003
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.

27 lines
657 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: globals.h
  4. //
  5. // Contents: Global variable declarations.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef GLOBALS_H
  9. #define GLOBALS_H
  10. #include "private.h"
  11. #include "immxutil.h"
  12. extern CRITICAL_SECTION g_csIMLib;
  13. //extern HINSTANCE g_hMlang;
  14. extern HRESULT (*g_pfnGetGlobalFontLinkObject)(IMLangFontLink **);
  15. extern BOOL g_bComplexPlatform;
  16. extern UINT g_uiACP;
  17. class CDispAttrPropCache;
  18. extern CDispAttrPropCache *g_pPropCache;
  19. extern PFNCOCREATE g_pfnCoCreate;
  20. #endif // GLOBALS_H