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.

17 lines
472 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: globals.cpp
  4. //
  5. // Contents: Global variables.
  6. //
  7. //----------------------------------------------------------------------------
  8. #include "private.h"
  9. #include "globals.h"
  10. HINSTANCE g_hMlang = 0;
  11. HRESULT (*g_pfnGetGlobalFontLinkObject)(IMLangFontLink **) = NULL;
  12. BOOL g_bComplexPlatform = FALSE;
  13. UINT g_uiACP = CP_ACP;
  14. PFNCOCREATE g_pfnCoCreate = NULL;