home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC32 / BSE.INC next >
Text File  |  1995-04-14  |  977b  |  42 lines

  1. ;*DDK*************************************************************************/
  2. ;
  3. ; COPYRIGHT    Copyright (C) 1995 IBM Corporation
  4. ;
  5. ;    The following IBM OS/2 WARP source code is provided to you solely for
  6. ;    the purpose of assisting you in your development of OS/2 WARP device
  7. ;    drivers. You may use this code in accordance with the IBM License
  8. ;    Agreement provided in the IBM Device Driver Source Kit for OS/2. This
  9. ;    Copyright statement may not be removed.;
  10. ;*****************************************************************************/
  11. ifdef __IBMC__
  12. ifndef __CHKHDR__
  13. endif
  14. endif
  15. ifndef __BSE__
  16. __BSE__    EQU    1
  17.  
  18. INCL_BASEINCLUDED    EQU    1
  19.  
  20. ifdef INCL_BASE
  21. INCL_DOS    EQU    1
  22.  
  23. INCL_SUB    EQU    1
  24.  
  25. INCL_DOSERRORS    EQU    1
  26.  
  27. endif 
  28. INCLUDE bsedos.INC
  29. ifdef INCL_DOSDEVIOCTL
  30. INCLUDE bsedev.INC
  31. endif 
  32. INCLUDE bsesub.INC
  33. INCLUDE bseerr.INC
  34. ifdef INCL_ORDINALS
  35. INCLUDE bseord.INC
  36. endif 
  37. endif 
  38. ifdef __IBMC__
  39. ifndef __CHKHDR__
  40. endif
  41. endif
  42.