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.

32 lines
711 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 KWDLIST KeywordList[];
  14. extern CClassCache* pgClassCache;
  15. extern SYNTAXINFO g_aNDSSyntax[];
  16. extern DWORD g_cNDSSyntax;
  17. extern SYNTAXMAP g_aNDSSyntaxMap[];
  18. extern DWORD g_cNDSSyntaxMap;
  19. extern ADSTYPE MapNdsTypeToADsType[];
  20. extern DWORD g_cMapNdsTypeToADsType;
  21. extern ADSTYPE g_MapNdsTypeToADsType[];
  22. extern DWORD g_cMapNdsTypeToADsType;