home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC / BSE.INC < prev    next >
Text File  |  1995-04-14  |  1KB  |  50 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. INCL_BASEINCLUDED    EQU    1
  12.  
  13. ifdef INCL_BASE
  14. INCL_DOS    EQU    1
  15.  
  16. INCL_SUB    EQU    1
  17.  
  18. INCL_DOSERRORS    EQU    1
  19.  
  20. endif 
  21. ifndef OS2_INCLUDED
  22. IFTEMP00 = 0
  23. IFDEF INCL_32
  24. IFTEMP00 = 1
  25. ENDIF
  26. IFDEF INCL_16
  27. IFTEMP00 = 1
  28. ENDIF
  29. IFE IFTEMP00
  30. ifdef M_I386
  31. INCL_32    EQU    1
  32.  
  33. else 
  34. INCL_16    EQU    1
  35.  
  36. endif 
  37. endif 
  38. endif 
  39. INCLUDE bsedos.INC
  40. ifdef INCL_DOSDEVIOCTL
  41. INCLUDE bsedev.INC
  42. endif 
  43. ifndef INCL_32
  44. INCLUDE bsesub.INC
  45. endif 
  46. INCLUDE bseerr.INC
  47. ifdef INCL_ORDINALS
  48. INCLUDE bseord.INC
  49. endif 
  50.