File:  [OS/2 SDKs] / os232sdk / toolkt20 / c / os2h / os2std.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:31 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1990, HEAD
Microsoft OS/2 SDK 2.0 05-30-1990

/*static char *SCCSID = "@(#)os2std.h	1.00 89/10/30";*/
/***************************************************************************\
*
* Module Name: OS2STD.H
*
* OS/2 Standard Definitions file
*
* Copyright (c) 1987,1989  IBM Corporation
* Copyright (c) 1987,1989  Microsoft Corporation
*
\***************************************************************************/

/* This file contains definitions that are more dependant upon the	*/
/* definition of the c language than upon the implementation of OS|2.	*/
/* It is similar to stdio.h.						*/

/* XLATOFF */
#if (defined(M_I86SM) || defined(M_I86MM))
/* XLATON */
#define	 NULL	 0
/* XLATOFF */
#else
#if (defined(M_I86L) || defined(M_I86CM) || defined(M_I86LM) || defined(M_I86HM))
#define	 NULL	 0L
#else
#define	 NULL	 0
#endif
#endif
/* XLATON */

#define FALSE	0
#define TRUE	1

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.