added some development tools
[windows-sources.git] / developer / VSSDK / VisualStudioIntegration / Common / Source / CPP / VSL / UnitTest / MockInterfaces / stdafx.h
blob6116ae8e305c3e533b54947a655bc2f37ff6b625
1 /***************************************************************************
3 Copyright (c) Microsoft Corporation. All rights reserved.
4 This code is licensed under the Visual Studio SDK license terms.
5 THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
6 ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
7 IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
8 PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
10 This code is a part of the Visual Studio Library.
12 ***************************************************************************/
14 #pragma once
16 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
18 // REVIEW - some or all of these /analyze warnings in the
19 // common headers should be fixed for RTM, re-enable the
20 // ones that are
21 #pragma warning(push)
22 #pragma warning(disable : 6011 6054 6309 6387 6535 6387)
24 #include <atlbase.h>
25 #include <atlcom.h>
26 #include <atlstr.h>
28 #pragma warning(pop)