home *** CD-ROM | disk | FTP | other *** search
- /*++
-
- Copyright (c) 1996 Microsoft Corporation
-
- Module Name:
-
- Globals.h
-
- Abstract:
-
- Author:
-
- Environment:
-
- User mode
-
- Revision History :
-
- --*/
- #ifndef _GLOBALS_H_
- #define _GLOBALS_H_
-
- extern WCHAR *g_szProviderName;
- extern KWDLIST KeywordList[];
- extern SYNTAXMAP g_aSampleDSSyntaxMap[];
- extern DWORD g_cSampleDSSyntaxMap;
-
- #endif
-
-