prewin.h already includes <windows.h>
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
# include <prewin.h>
|
# include <prewin.h>
|
||||||
# include <windows.h>
|
|
||||||
# include <postwin.h>
|
# include <postwin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -50,7 +50,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
# include <prewin.h>
|
# include <prewin.h>
|
||||||
# include <windows.h>
|
|
||||||
# include <postwin.h>
|
# include <postwin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -40,7 +40,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
#ifdef max
|
#ifdef max
|
||||||
#undef max
|
#undef max
|
||||||
|
@@ -37,7 +37,6 @@
|
|||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
@@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
# include <prewin.h>
|
# include <prewin.h>
|
||||||
# include <windows.h>
|
|
||||||
# include <postwin.h>
|
# include <postwin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -103,7 +103,6 @@ void Directory::readDirectory()
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
|
|
||||||
void Directory::readDirectory ( const rtl::OUString& sFullpath )
|
void Directory::readDirectory ( const rtl::OUString& sFullpath )
|
||||||
|
@@ -44,9 +44,8 @@
|
|||||||
#include "rtl/strbuf.hxx"
|
#include "rtl/strbuf.hxx"
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#include "prewin.h"
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
#include <postwin.h>
|
||||||
#include "postwin.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
@@ -40,7 +40,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
#elif defined ( QUARTZ )
|
#elif defined ( QUARTZ )
|
||||||
#include "premac.h"
|
#include "premac.h"
|
||||||
|
@@ -42,7 +42,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
#elif defined ( QUARTZ )
|
#elif defined ( QUARTZ )
|
||||||
#include "premac.h"
|
#include "premac.h"
|
||||||
|
@@ -54,7 +54,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
#elif (defined QUARTZ)
|
#elif (defined QUARTZ)
|
||||||
#include "premac.h"
|
#include "premac.h"
|
||||||
|
@@ -39,7 +39,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
#elif defined ( QUARTZ )
|
#elif defined ( QUARTZ )
|
||||||
#include "premac.h"
|
#include "premac.h"
|
||||||
|
@@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
# include <prewin.h>
|
# include <prewin.h>
|
||||||
# include <windows.h>
|
|
||||||
# include <postwin.h>
|
# include <postwin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -48,9 +48,8 @@
|
|||||||
#include <unotools/syslocaleoptions.hxx>
|
#include <unotools/syslocaleoptions.hxx>
|
||||||
|
|
||||||
#ifdef WNT
|
#ifdef WNT
|
||||||
#include "prewin.h"
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
#include <postwin.h>
|
||||||
#include "postwin.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace rtl;
|
using namespace rtl;
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
#include <prewin.h>
|
#include <prewin.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <postwin.h>
|
#include <postwin.h>
|
||||||
#include <vcl/sysdata.hxx>
|
#include <vcl/sysdata.hxx>
|
||||||
#include "tools/svwin.h"
|
#include "tools/svwin.h"
|
||||||
|
Reference in New Issue
Block a user