summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:35:52 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:35:52 +0000
commit9aecc3a5e5473d2aede6104cb4a23bcab0daba3e (patch)
treeea98034c07ef38cc40184a6e3ec6ff2814dabf4e /sal
parentINTEGRATION: CWS reportdesign01 (1.6.154); FILE MERGED (diff)
downloadcore-9aecc3a5e5473d2aede6104cb4a23bcab0daba3e.tar.gz
core-9aecc3a5e5473d2aede6104cb4a23bcab0daba3e.zip
INTEGRATION: CWS reportdesign01 (1.6.298); FILE MERGED
2007/10/04 09:03:57 lla 1.6.298.1: #i67655# only updates on some tests to build warning free
Diffstat (limited to 'sal')
-rwxr-xr-xsal/qa/osl/socket/osl_Socket_Const.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/sal/qa/osl/socket/osl_Socket_Const.h b/sal/qa/osl/socket/osl_Socket_Const.h
index 9835d155f74f..e9a19c17c8af 100755
--- a/sal/qa/osl/socket/osl_Socket_Const.h
+++ b/sal/qa/osl/socket/osl_Socket_Const.h
@@ -4,9 +4,9 @@
*
* $RCSfile: osl_Socket_Const.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:40:10 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 19:35:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,10 +111,13 @@ extern "C"
# include <netdb.h>
# include <netinet/in.h>
# include <arpa/inet.h>
-#else // Windows
-# include <windows.h>
+#endif
+#if ( defined WNT ) // Windows
+#include <tools/prewin.h>
+// # include <windows.h>
# include <winsock.h>
# include <string.h>
+#include <tools/postwin.h>
#endif