/* * _ X M L L I B . H * * XML document processing * * Copyright 1986-1997 Microsoft Corporation, All Rights Reserved */ #ifndef __XMLLIB_H_ #define __XMLLIB_H_ // Define _WINSOCKAPI_ to keep windows.h from including winsock.h, // whose declarations would be redefined in winsock2.h, // which is included by iisextp.h, // which we include below! // #define _WINSOCKAPI_ #include #include #include #pragma warning(disable:4100) // unref formal parameter #pragma warning(disable:4200) // non-standard extension #pragma warning(disable:4201) // non-standard extension #pragma warning(disable:4710) // unexpanded c++ methods #include #include #include #include #include #include #include #include DEC_CONST WCHAR gc_wszNamespaceGuid[] = L"{xxxxxxxx-yyyy-zzzz-aaaa-bbbbbbbbbbbb}"; #endif // __XMLLIB_H_