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.
 
 
 
 
 
 

33 lines
765 B

//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995
//
// File: globals.hxx
//
// Contents:
//
// History:
//----------------------------------------------------------------------------
extern WCHAR *szProviderName;
extern CRITICAL_SECTION g_ContextCritSect;
extern CRITICAL_SECTION BindCacheCritSect;
extern KWDLIST KeywordList[];
extern CClassCache* pgClassCache;
extern SYNTAXINFO g_aNDSSyntax[];
extern DWORD g_cNDSSyntax;
extern SYNTAXMAP g_aNDSSyntaxMap[];
extern DWORD g_cNDSSyntaxMap;
extern ADSTYPE MapNdsTypeToADsType[];
extern DWORD g_cMapNdsTypeToADsType;
extern ADSTYPE g_MapNdsTypeToADsType[];
extern DWORD g_cMapNdsTypeToADsType;