home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / watcoapi.zip / incl32 / bse.h next >
C/C++ Source or Header  |  2002-09-30  |  292b  |  18 lines

  1. /*
  2.     OS/2 Base System include file for 32-bit development.
  3. */
  4.  
  5. #ifdef INCL_BASE
  6.     #define INCL_DOS
  7.     #define INCL_SUB
  8.     #define INCL_DOSERRORS
  9. #endif
  10.  
  11. #include <bsedos.h>
  12. #include <bsesub.h>
  13. #include <bseerr.h>
  14.  
  15. #ifdef INCL_DOSDEVIOCTL
  16.     #include <bsedev.h>
  17. #endif
  18.