home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC32 / PMP.INC < prev    next >
Text File  |  1995-04-13  |  1KB  |  59 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. PMP_INCLUDED    EQU     1
  12.  
  13. ifdef INCL_PMP
  14. INCL_WINP       EQU     1
  15.  
  16. INCL_SHLP       EQU     1
  17.  
  18. INCL_DEVP       EQU     1
  19.  
  20. INCL_GPIP       EQU     1
  21.  
  22. INCL_AVIOP      EQU     1
  23.  
  24. INCL_SPLP       EQU     1
  25.  
  26. INCL_HELP       EQU     1
  27.  
  28. INCL_TKTP       EQU     1
  29.  
  30. endif
  31. ifdef INCL_WINP
  32. INCLUDE pmwinx.INC
  33. endif
  34. ifdef INCL_SHLP
  35. INCLUDE pmshlp.INC
  36. endif
  37. ifdef INCL_DEVP
  38. INCLUDE pmdevp.INC
  39. endif
  40. ifdef INCL_GPIP
  41. INCLUDE pmgpip.INC
  42. endif
  43. ifdef INCL_AVIOP
  44. INCLUDE pmaviop.INC
  45. endif
  46. ifdef INCL_SPLP
  47. INCLUDE pmsplp.INC
  48. endif
  49. IFTEMP00 = 0
  50. IFDEF INCL_HELP
  51. IFTEMP00 = 1
  52. ENDIF
  53. IFDEF INCL_TKTP
  54. IFTEMP00 = 1
  55. ENDIF
  56. IF IFTEMP00
  57. INCLUDE pmtktp.INC
  58. endif
  59.