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

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995
  5. //
  6. // File: globals.hxx
  7. //
  8. // Contents:
  9. //
  10. // History:
  11. //----------------------------------------------------------------------------
  12. extern WCHAR *szProviderName;
  13. extern CRITICAL_SECTION g_ContextCritSect;
  14. extern CRITICAL_SECTION BindCacheCritSect;
  15. extern KWDLIST KeywordList[];
  16. extern CClassCache* pgClassCache;
  17. extern SYNTAXINFO g_aNDSSyntax[];
  18. extern DWORD g_cNDSSyntax;
  19. extern SYNTAXMAP g_aNDSSyntaxMap[];
  20. extern DWORD g_cNDSSyntaxMap;
  21. extern ADSTYPE MapNdsTypeToADsType[];
  22. extern DWORD g_cMapNdsTypeToADsType;
  23. extern ADSTYPE g_MapNdsTypeToADsType[];
  24. extern DWORD g_cMapNdsTypeToADsType;