|
|
1.1 ! root 1: /*static char *SCCSID = "@(#)os2std.h 1.00 89/10/30";*/ ! 2: /***************************************************************************\ ! 3: * ! 4: * Module Name: OS2STD.H ! 5: * ! 6: * OS/2 Standard Definitions file ! 7: * ! 8: * Copyright (c) 1987,1989 IBM Corporation ! 9: * Copyright (c) 1987,1989 Microsoft Corporation ! 10: * ! 11: \***************************************************************************/ ! 12: ! 13: /* This file contains definitions that are more dependant upon the */ ! 14: /* definition of the c language than upon the implementation of OS|2. */ ! 15: /* It is similar to stdio.h. */ ! 16: ! 17: /* XLATOFF */ ! 18: #if (defined(M_I86SM) || defined(M_I86MM)) ! 19: /* XLATON */ ! 20: #define NULL 0 ! 21: /* XLATOFF */ ! 22: #else ! 23: #if (defined(M_I86L) || defined(M_I86CM) || defined(M_I86LM) || defined(M_I86HM)) ! 24: #define NULL 0L ! 25: #else ! 26: #define NULL 0 ! 27: #endif ! 28: #endif ! 29: /* XLATON */ ! 30: ! 31: #define FALSE 0 ! 32: #define TRUE 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.