summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 10:27:07 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-28 10:27:07 +0200
commitbf540443d49a8ceb0071ab7a46f3d0c20866d867 (patch)
treec070684ec87708ca9d629babc2302ed3abca1459 /svtools/source/misc
parenta18b02e8a3278f1c1b7a505d0551d9254913bfe0 (diff)
One more return of prewin.h/postwin.h hack :(
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/transfer.cxx9
1 files 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 <prewin.h>
+#include <postwin.h>
#include <shlobj.h>
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
#endif
#include <osl/mutex.hxx>
#include <rtl/memory.h>