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