home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / INC / BSE.INC < prev    next >
Text File  |  1995-08-30  |  395b  |  30 lines

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