home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v5.zip / TOOLKT21 / ASM / OS2INC / BSE.INC < prev    next >
Text File  |  1993-04-26  |  412b  |  32 lines

  1. ifdef __IBMC__
  2. ifndef __CHKHDR__
  3. endif
  4. endif
  5. ifndef __BSE__
  6. __BSE__    EQU    1
  7.  
  8. INCL_BASEINCLUDED    EQU    1
  9.  
  10. ifdef INCL_BASE
  11. INCL_DOS    EQU    1
  12.  
  13. INCL_SUB    EQU    1
  14.  
  15. INCL_DOSERRORS    EQU    1
  16.  
  17. endif 
  18. INCLUDE bsedos.INC
  19. ifdef INCL_DOSDEVIOCTL
  20. INCLUDE bsedev.INC
  21. endif 
  22. INCLUDE bsesub.INC
  23. INCLUDE bseerr.INC
  24. ifdef INCL_ORDINALS
  25. INCLUDE bseord.INC
  26. endif 
  27. endif 
  28. ifdef __IBMC__
  29. ifndef __CHKHDR__
  30. endif
  31. endif
  32.