home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / INCLUDE / OS2PRIV.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-05  |  674 b   |  46 lines

  1. /*
  2.     os2priv.h
  3.  
  4.     % everything that needs to be included in os2 specific files.
  5.  
  6.     11/28/88  by Ted.
  7.  
  8.     OWL 1.2
  9.     Copyright (c) 1986, 1987, 1988 by Oakland Group, Inc.
  10.     ALL RIGHTS RESERVED.
  11.  
  12.     Revision History:
  13.     -----------------
  14. */
  15.  
  16. #include "oakhead.h"
  17.  
  18. #ifdef OAK_OS2            /* Only compile this for OS2 */
  19.  
  20. #include "disppriv.h"
  21.  
  22. #ifdef M5
  23. #    undef TRUE
  24. #    undef FALSE
  25. #endif
  26.  
  27. #define INCL_NOPM
  28. #define INCL_BASE
  29. #include <os2.h>
  30.  
  31. #ifdef LC
  32. #    include "os2lc.h"
  33. #endif
  34.  
  35. #include "digutil.h"
  36. #include "pcmode.h"        /* For OCDECL definition */
  37. #include "pchdecl.h"
  38. #include "os2decl.h"
  39.  
  40. #ifdef OAK_OS210
  41. #    include "oakos210.h"
  42. #endif
  43.  
  44. #endif
  45.  
  46.