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

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