home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC / OS2.INC < prev    next >
Text File  |  1995-04-14  |  871b  |  36 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. OS2_INCLUDED    EQU    1
  12.  
  13. IFTEMP00 = 0
  14. IFDEF INCL_32
  15. IFTEMP00 = 1
  16. ENDIF
  17. IFDEF INCL_16
  18. IFTEMP00 = 1
  19. ENDIF
  20. IFE IFTEMP00
  21. ifdef M_I386
  22. INCL_32    EQU    1
  23.  
  24. else 
  25. INCL_16    EQU    1
  26.  
  27. endif 
  28. endif 
  29. INCLUDE os2def.INC
  30. ifndef INCL_NOBASEAPI
  31. INCLUDE bse.INC
  32. endif 
  33. ifndef INCL_NOPMAPI
  34. INCLUDE pm.INC
  35. endif 
  36.