summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:11:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:11:16 +0000
commit0e8a01d644119a46da16132012e02ca93f1da683 (patch)
treed3ae383ff58110b99f592d49b24b53c8cc45adb8
parentf530f0dacafb74d262308b0004422062f16fcd9c (diff)
INTEGRATION: CWS obo05 (1.3.24); FILE MERGED
2006/06/30 13:07:07 obo 1.3.24.3: #i53611# improved sorted header 2006/06/23 18:46:30 obo 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/06 15:24:10 obo 1.3.24.1: #i53611# .net 2005 port
-rw-r--r--idlc/source/preproc/include.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/idlc/source/preproc/include.c b/idlc/source/preproc/include.c
index 45f18c20f6bd..2a45405d08c7 100644
--- a/idlc/source/preproc/include.c
+++ b/idlc/source/preproc/include.c
@@ -4,9 +4,9 @@
*
* $RCSfile: include.c,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:51:12 $
+ * last change: $Author: vg $ $Date: 2006-09-25 13:11:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,23 +32,22 @@
* MA 02111-1307 USA
*
************************************************************************/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <fcntl.h>
-
#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__))
# include <io.h>
#else
# include <unistd.h>
#endif
+#ifdef _MSC_VER
+# define _POSIX_
+#endif
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <fcntl.h>
#ifdef __hpux
# define _HPUX_SOURCE
#endif
-#ifdef _MSC_VER
-# define _POSIX_
-#endif
#ifdef SCO
#define _IBCS2
#endif