One more return of prewin.h/postwin.h hack :(
This commit is contained in:
parent
a18b02e8a3
commit
bf540443d4
1 changed files with 2 additions and 7 deletions
|
@ -29,14 +29,9 @@
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||||
#include "precompiled_svtools.hxx"
|
#include "precompiled_svtools.hxx"
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#if defined _MSC_VER
|
#include <prewin.h>
|
||||||
#pragma warning(push, 1)
|
#include <postwin.h>
|
||||||
#pragma warning(disable: 4917)
|
|
||||||
#endif
|
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
#if defined _MSC_VER
|
|
||||||
#pragma warning(pop)
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#include <osl/mutex.hxx>
|
#include <osl/mutex.hxx>
|
||||||
#include <rtl/memory.h>
|
#include <rtl/memory.h>
|
||||||
|
|
Loading…
Reference in a new issue