home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / watcoapi.zip / incl16 / pm.h < prev    next >
C/C++ Source or Header  |  2002-09-30  |  271b  |  16 lines

  1. /*
  2.     OS/2 Presentation Manager top level include file for 16-bit development.
  3. */
  4.  
  5.  
  6. #ifdef INCL_PM
  7.     #define INCL_WIN
  8.     #define INCL_GPI
  9.     #define INCL_DEV
  10.     #define INCL_ERRORS
  11. #endif
  12.  
  13. #include <pmwin.h>
  14. //#include <pmgpi.h>
  15. //#include <pmdev.h>
  16.