diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:11:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:11:35 +0000 |
commit | 6089c4772d9f0bde0c7c8bac16d93ba5a26961f5 (patch) | |
tree | 8cd8fc7bb761b9a7c152c94ebea68dd41e9188d2 | |
parent | 0e8a01d644119a46da16132012e02ca93f1da683 (diff) |
INTEGRATION: CWS obo05 (1.2.22); FILE MERGED
2006/06/23 18:46:51 obo 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED
2006/06/06 15:24:10 obo 1.2.22.1: #i53611# .net 2005 port
-rw-r--r-- | idlc/source/preproc/macro.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c index 815ca8a17334..42628c5a6b3a 100644 --- a/idlc/source/preproc/macro.c +++ b/idlc/source/preproc/macro.c @@ -4,9 +4,9 @@ * * $RCSfile: macro.c,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:51:35 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:11:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ +#ifdef _MSC_VER +# define _POSIX_ +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -39,9 +42,6 @@ #ifdef __hpux # define _HPUX_SOURCE #endif -#ifdef _MSC_VER -# define _POSIX_ -#endif #ifdef SCO # define _IBCS2 #endif |