mirror of https://github.com/tongzx/nt5src
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.
32 lines
679 B
32 lines
679 B
//---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1995
|
|
//
|
|
// File: globals.hxx
|
|
//
|
|
// Contents:
|
|
//
|
|
// History:
|
|
//----------------------------------------------------------------------------
|
|
extern WCHAR *szProviderName;
|
|
|
|
|
|
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;
|