home *** CD-ROM | disk | FTP | other *** search
- /*
- os2priv.h
-
- % everything that needs to be included in os2 specific files.
-
- 11/28/88 by Ted.
-
- OWL
- Copyright (c) 1986, 1987, 1988 by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- */
-
- #include "oakhead.h"
-
- #ifdef OAK_OS2 /* Only compile this for OS2 */
-
- #include "disppriv.h"
-
- #ifdef M5
- # undef TRUE
- # undef FALSE
- #endif
-
- #define INCL_BASE
- #include <os2.h>
-
- #ifdef LC
- # include "os2lc.h"
- #endif
-
- #include "digutil.h"
- #include "pchdecl.h"
- #include "os2decl.h"
-
- #endif
-