home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 2.ddi / OWLSRC.EXE / CSCAPE / SOURCE / OS2PRIV.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-05-09  |  550 b   |  40 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
  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_BASE
  28. #include <os2.h>
  29.  
  30. #ifdef LC
  31. #    include "os2lc.h"
  32. #endif
  33.  
  34. #include "digutil.h"
  35. #include "pchdecl.h"
  36. #include "os2decl.h"
  37.  
  38. #endif
  39.  
  40.