Adapt to move of prewin.h and postwin.h
This commit is contained in:
parent
0f6951e169
commit
00ac0b3776
5 changed files with 10 additions and 10 deletions
|
@ -30,9 +30,9 @@
|
|||
#include "precompiled_starmath.hxx"
|
||||
|
||||
#ifdef WNT
|
||||
# include <tools/prewin.h>
|
||||
# include <prewin.h>
|
||||
# include <windows.h>
|
||||
# include <tools/postwin.h>
|
||||
# include <postwin.h>
|
||||
#endif
|
||||
|
||||
#include "preextstl.h"
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
#include "precompiled_starmath.hxx"
|
||||
|
||||
#ifdef WNT
|
||||
# include <tools/prewin.h>
|
||||
# include <prewin.h>
|
||||
# include <windows.h>
|
||||
# include <tools/postwin.h>
|
||||
# include <postwin.h>
|
||||
#endif
|
||||
|
||||
#include "preextstl.h"
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
#include "precompiled_sw.hxx"
|
||||
|
||||
#ifdef WNT
|
||||
# include <tools/prewin.h>
|
||||
# include <prewin.h>
|
||||
# include <windows.h>
|
||||
# include <tools/postwin.h>
|
||||
# include <postwin.h>
|
||||
#endif
|
||||
|
||||
#define TIMELOG
|
||||
|
|
|
@ -28,9 +28,9 @@
|
|||
#include "precompiled_sw.hxx"
|
||||
|
||||
#ifdef WNT
|
||||
# include <tools/prewin.h>
|
||||
# include <prewin.h>
|
||||
# include <windows.h>
|
||||
# include <tools/postwin.h>
|
||||
# include <postwin.h>
|
||||
#endif
|
||||
|
||||
#include "preextstl.h"
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
#include <tools/urlobj.hxx>
|
||||
|
||||
#ifdef WNT
|
||||
#include <tools/prewin.h>
|
||||
#include <prewin.h>
|
||||
#include <windows.h>
|
||||
#include <tools/postwin.h>
|
||||
#include <postwin.h>
|
||||
#include <tchar.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue