home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / os2tk21j / asm / os2inc / bse.in_ / bse.inc
Encoding:
Text File  |  1993-04-26  |  412 b   |  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.