// // stdafx.h // // Copyright (c) Microsoft Corporation. All rights reserved. // #pragma once #pragma warning(1: 4927) #pragma warning(1: 4928) #define _WIN32_WINNT 0x0502 #ifdef _DEBUG #define ATL_DEBUG_STENCILS #endif #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 #include #include #include #include #include "SproxyColl.h" #include "resource.h" #ifdef _DEBUG #include #endif #define _MAKEWIDESTR( str ) L ## str #define MAKEWIDESTR( str ) _MAKEWIDESTR( str ) #include "Namespaces.h" typedef CAtlMap, CStringRefElementTraits > NAMESPACEMAP; const wchar_t * GetWSDLFile(); #include "DiscoMapDocument.h" CDiscoMapDocument * GetDiscoMapDocument(); #ifdef _DEBUG inline const TCHAR * GetTabs(DWORD dwLevel) { static TCHAR s_szTabs[2048]; dwLevel = min(dwLevel, 2047); for (DWORD i=0; i