From bf540443d49a8ceb0071ab7a46f3d0c20866d867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Mon, 28 Mar 2011 10:27:07 +0200 Subject: [PATCH] One more return of prewin.h/postwin.h hack :( --- svtools/source/misc/transfer.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx index afe87ca08f01..7785e24f243d 100644 --- a/svtools/source/misc/transfer.cxx +++ b/svtools/source/misc/transfer.cxx @@ -29,14 +29,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" #ifdef WNT -#if defined _MSC_VER -#pragma warning(push, 1) -#pragma warning(disable: 4917) -#endif +#include +#include #include -#if defined _MSC_VER -#pragma warning(pop) -#endif #endif #include #include