From 29401d2457120b6d581affdb440017433ca93e77 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Thu, 26 Oct 2006 18:06:43 +0000 Subject: Support building with WIN32_LEAN_AND_MEAN (#60) - All Windows code now builds with WIN32_LEAN_AND_MEAN by default. - Header inclusion is adjusted as needed. Remove use of UuidToString (#39) - Also breaks dependency on RpcStringFree and therefore rpcrt4.lib. r=bryner http://groups.google.com/group/airbag-dev/browse_thread/thread/30f844cfc7ccd37f git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@51 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/tools/windows/symupload/symupload.cc | 12 ++++++------ src/tools/windows/symupload/symupload.vcproj | 12 ++++++++++-- 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'src/tools/windows/symupload') diff --git a/src/tools/windows/symupload/symupload.cc b/src/tools/windows/symupload/symupload.cc index e5c74664..b528c322 100644 --- a/src/tools/windows/symupload/symupload.cc +++ b/src/tools/windows/symupload/symupload.cc @@ -37,17 +37,17 @@ // e.g. 11111111-2222-3333-4444-555555555555 // symbol_file: the airbag-format symbol file -#include -#include -#include +#include +#include +#include #include -#include -#include #include +#include +#include -#include "common/windows/pdb_source_line_writer.h" #include "common/windows/http_upload.h" +#include "common/windows/pdb_source_line_writer.h" using std::string; using std::wstring; diff --git a/src/tools/windows/symupload/symupload.vcproj b/src/tools/windows/symupload/symupload.vcproj index 63b731c1..ddd63fc1 100755 --- a/src/tools/windows/symupload/symupload.vcproj +++ b/src/tools/windows/symupload/symupload.vcproj @@ -40,7 +40,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=""$(VSInstallDir)\DIA SDK\include";..\..\.." - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -116,7 +116,7 @@ + + @@ -196,6 +200,10 @@ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > + + -- cgit v1.2.1