diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:23:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:23:55 +0000 |
commit | 322e13fed36745e3a23894b5d26d74480e278159 (patch) | |
tree | ec3d66f28a2023c2141d90e097eecedb65367509 | |
parent | 7cdc9315684151a69e06931069445790192d3ade (diff) |
INTEGRATION: CWS mingwport03 (1.8.30); FILE MERGED
2006/11/08 13:42:47 vg 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED
2006/09/07 11:06:30 vg 1.8.30.1: #i53572# MinGW port
-rw-r--r-- | sal/osl/w32/system.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h index 9c595dd2a..5b5a6fe13 100644 --- a/sal/osl/w32/system.h +++ b/sal/osl/w32/system.h @@ -4,9 +4,9 @@ * * $RCSfile: system.h,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2006-09-25 13:14:10 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:23:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,6 +71,10 @@ // at the same time without patching // windows.h #include <windows.h> +#ifdef __MINGW32__ + #include <winsock2.h> + #include <ws2tcpip.h> +#endif #include <shlobj.h> #ifndef NO_DEBUG_CRT #include <crtdbg.h> |