Kaydet (Commit) 4aa690c2 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

basic: use prewin.h

Change-Id: I49b797b170b3fd74324eede9d3b6b6ec106e62e4
üst 96084f94
......@@ -84,24 +84,13 @@ using namespace com::sun::star::uno;
SbxVariable* getDefaultProp( SbxVariable* pRef );
#if defined (WNT)
#include <direct.h>
#endif
#include "sbobjmod.hxx"
#ifdef WNT
#if defined _MSC_VER
#pragma warning (push, 1)
#pragma warning (disable: 4005)
#endif
#include <windows.h>
#if defined _MSC_VER
#pragma warning (pop)
#endif
#include <prewin.h>
#include <direct.h>
#include <io.h>
#undef GetObject
#undef GradientSyle_RECT
#include <postwin.h>
#endif
#ifndef DISABLE_SCRIPTING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment