diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:03:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:03:59 +0000 |
commit | ed05a17b0174c6eb2f8fb772aa92cae95bbaeedc (patch) | |
tree | c725be4354d0f741887607c3a95624a53dfc7a4a /tools | |
parent | b250d91dcc4dc062ab1062cbbf09e7f48b831534 (diff) |
INTEGRATION: CWS os2port02 (1.5.150); FILE MERGED
2007/10/04 19:45:04 ydario 1.5.150.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/workben/solar.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/workben/solar.c b/tools/workben/solar.c index 1c487546ab06..9becae089d64 100644 --- a/tools/workben/solar.c +++ b/tools/workben/solar.c @@ -4,9 +4,9 @@ * * $RCSfile: solar.c,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-07-13 12:10:09 $ + * last change: $Author: hr $ $Date: 2007-11-02 13:03:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,7 @@ int GetStackAlignment(void); void PrintArgs( int p, ... ); int check( TestFunc func, Type eT, void* p ); -#if defined (UNX) || defined (WNT) +#if defined (UNX) || defined (WNT) || defined (OS2) #ifdef UNX #include <unistd.h> @@ -130,7 +130,7 @@ int GetStackAlignment() -#if defined (UNX) || defined (WNT) +#if defined (UNX) || defined (WNT) || defined (OS2) #ifdef I_STDARG void PrintArgs( int p, ... ) @@ -161,7 +161,7 @@ va_dcl #ifndef USE_FORK_TO_CHECK static jmp_buf check_env; static int bSignal; -#ifdef UNX +#if defined (UNX) || defined (OS2) void SignalHandler( int sig ) #else void __cdecl SignalHandler( int sig ) |