[Libreoffice-commits] .: sal/qa
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Feb 8 04:05:46 PST 2011
sal/qa/osl/file/osl_File_Const.h | 4 ++--
sal/qa/osl/module/osl_Module_Const.h | 4 ++--
sal/qa/osl/process/osl_process.cxx | 4 ++--
sal/qa/osl/process/osl_process_child.cxx | 4 ++--
sal/qa/osl/security/osl_Security_Const.h | 4 ++--
sal/qa/osl/socket/osl_Socket_Const.h | 4 ++--
sal/qa/osl/socket/osl_Socket_Const_orig.h | 4 ++--
sal/qa/osl/socket/sockethelper.hxx | 4 ++--
sal/qa/rtl/logfile/rtl_logfile.cxx | 4 ++--
9 files changed, 18 insertions(+), 18 deletions(-)
New commits:
commit 14f90e180a5d445da53b7d8f7986d81544647548
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Feb 8 13:11:04 2011 +0200
Adapt to move of prewin.h and postwin.h
diff --git a/sal/qa/osl/file/osl_File_Const.h b/sal/qa/osl/file/osl_File_Const.h
index cd937e3..c708e7b 100644
--- a/sal/qa/osl/file/osl_File_Const.h
+++ b/sal/qa/osl/file/osl_File_Const.h
@@ -99,13 +99,13 @@ const sal_Char pBuffer_Blank[] = "";
# define PATH_SEPERATOR "/"
#endif
#if (defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
// # include <windows.h>
# include <tchar.h>
# include <io.h>
# include <stdio.h>
# include <stdlib.h>
-#include <tools/postwin.h>
+#include <postwin.h>
# define PATH_MAX MAX_PATH
# define TEST_PLATFORM "c:/"
# define TEST_PLATFORM_ROOT "c:/"
diff --git a/sal/qa/osl/module/osl_Module_Const.h b/sal/qa/osl/module/osl_Module_Const.h
index 70c0a81..1b6ce97 100644
--- a/sal/qa/osl/module/osl_Module_Const.h
+++ b/sal/qa/osl/module/osl_Module_Const.h
@@ -43,10 +43,10 @@
# include <unistd.h>
#endif
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
// # include <windows.h>
# include <io.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
# define FILE_PREFIX "file:///"
diff --git a/sal/qa/osl/process/osl_process.cxx b/sal/qa/osl/process/osl_process.cxx
index 84e5810..cd1c308 100644
--- a/sal/qa/osl/process/osl_process.cxx
+++ b/sal/qa/osl/process/osl_process.cxx
@@ -43,11 +43,11 @@
#include <sal/macros.h>
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
# define WIN32_LEAN_AND_MEAN
// # include <windows.h>
# include <tchar.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
#include "rtl/allocator.hxx"
diff --git a/sal/qa/osl/process/osl_process_child.cxx b/sal/qa/osl/process/osl_process_child.cxx
index 1eb4152..21be0f2 100644
--- a/sal/qa/osl/process/osl_process_child.cxx
+++ b/sal/qa/osl/process/osl_process_child.cxx
@@ -33,13 +33,13 @@
// includes
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
# define UNICODE
# define _UNICODE
# define WIN32_LEAN_AND_MEAN
// # include <windows.h>
# include <tchar.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#else
# include <unistd.h>
#endif
diff --git a/sal/qa/osl/security/osl_Security_Const.h b/sal/qa/osl/security/osl_Security_Const.h
index a86e858..339a91b 100644
--- a/sal/qa/osl/security/osl_Security_Const.h
+++ b/sal/qa/osl/security/osl_Security_Const.h
@@ -30,9 +30,9 @@
#define _OSL_SECURITY_CONST_H_
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
#include <io.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
#include <sal/types.h>
diff --git a/sal/qa/osl/socket/osl_Socket_Const.h b/sal/qa/osl/socket/osl_Socket_Const.h
index 4d444a8..5f707f4 100644
--- a/sal/qa/osl/socket/osl_Socket_Const.h
+++ b/sal/qa/osl/socket/osl_Socket_Const.h
@@ -81,11 +81,11 @@ extern "C"
# include <arpa/inet.h>
#endif
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
// # include <windows.h>
# include <winsock.h>
# include <string.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
diff --git a/sal/qa/osl/socket/osl_Socket_Const_orig.h b/sal/qa/osl/socket/osl_Socket_Const_orig.h
index 69153f2..bef7f42 100644
--- a/sal/qa/osl/socket/osl_Socket_Const_orig.h
+++ b/sal/qa/osl/socket/osl_Socket_Const_orig.h
@@ -81,11 +81,11 @@ extern "C"
# include <arpa/inet.h>
#endif
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
// # include <windows.h>
# include <winsock.h>
# include <string.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
diff --git a/sal/qa/osl/socket/sockethelper.hxx b/sal/qa/osl/socket/sockethelper.hxx
index 03206b0..dad0905 100644
--- a/sal/qa/osl/socket/sockethelper.hxx
+++ b/sal/qa/osl/socket/sockethelper.hxx
@@ -74,10 +74,10 @@ extern "C"
#ifndef _OSL_SOCKET_CONST_H_
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
#include <winsock.h>
#include <string.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
#endif
diff --git a/sal/qa/rtl/logfile/rtl_logfile.cxx b/sal/qa/rtl/logfile/rtl_logfile.cxx
index 70c55e7..e5f50b0 100644
--- a/sal/qa/rtl/logfile/rtl_logfile.cxx
+++ b/sal/qa/rtl/logfile/rtl_logfile.cxx
@@ -46,9 +46,9 @@
#include <osl/file.hxx>
#if ( defined WNT ) // Windows
-#include <tools/prewin.h>
+#include <prewin.h>
#include <tchar.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
using namespace ::osl;
More information about the Libreoffice-commits
mailing list