From 9aecc3a5e5473d2aede6104cb4a23bcab0daba3e Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 20 Nov 2007 18:35:52 +0000 Subject: 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 --- sal/qa/osl/socket/osl_Socket_Const.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sal/qa/osl') 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 # include # include -#else // Windows -# include +#endif +#if ( defined WNT ) // Windows +#include +// # include # include # include +#include #endif -- cgit