2025-04-27 07:49:33 -04:00

18 lines
472 B
C++

//+---------------------------------------------------------------------------
//
// File: globals.cpp
//
// Contents: Global variables.
//
//----------------------------------------------------------------------------
#include "private.h"
#include "globals.h"
HINSTANCE g_hMlang = 0;
HRESULT (*g_pfnGetGlobalFontLinkObject)(IMLangFontLink **) = NULL;
BOOL g_bComplexPlatform = FALSE;
UINT g_uiACP = CP_ACP;
PFNCOCREATE g_pfnCoCreate = NULL;