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.

26 lines
619 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 HINSTANCE g_hMlang;
  13. extern HRESULT (*g_pfnGetGlobalFontLinkObject)(IMLangFontLink **);
  14. extern BOOL g_bComplexPlatform;
  15. extern UINT g_uiACP;
  16. class CDispAttrPropCache;
  17. extern CDispAttrPropCache *g_pPropCache;
  18. extern PFNCOCREATE g_pfnCoCreate;
  19. #endif // GLOBALS_H