From 469580e2dfe4860966200f8c451b7b8b6d7554a2 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Mon, 28 Jan 2008 20:02:01 +0000 Subject: Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu , r=me. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@237 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/testdata/test_app.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/processor') diff --git a/src/processor/testdata/test_app.cc b/src/processor/testdata/test_app.cc index e2b9c3a9..f230ef3f 100644 --- a/src/processor/testdata/test_app.cc +++ b/src/processor/testdata/test_app.cc @@ -29,8 +29,7 @@ // This file is used to generate minidump2.dmp and minidump2.sym. // cl /Zi test_app.cc /Fetest_app.exe /I google_breakpad/src \ -// google_breakpad/src/client/windows/releasestaticcrt/exception_handler.lib \ -// ole32.lib +// google_breakpad/src/client/windows/releasestaticcrt/exception_handler.lib // Then run test_app to generate a dump, and dump_syms to create the .sym file. #include -- cgit v1.2.1