home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC32 / PM.INC < prev    next >
Text File  |  1995-04-14  |  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. PM_INCLUDED    EQU    1
  12.  
  13. ifdef INCL_PM
  14. INCL_AVIO    EQU    1
  15.  
  16. INCL_BITMAPFILEFORMAT    EQU    1
  17.  
  18. INCL_DEV    EQU    1
  19.  
  20. INCL_ERRORS    EQU    1
  21.  
  22. INCL_FONTFILEFORMAT    EQU    1
  23.  
  24. INCL_GPI    EQU    1
  25.  
  26. INCL_ORDERS    EQU    1
  27.  
  28. INCL_PIC    EQU    1
  29.  
  30. INCL_SPL    EQU    1
  31.  
  32. INCL_WIN    EQU    1
  33.  
  34. INCL_WINSTDDLGS    EQU    1
  35.  
  36. INCL_WINWORKPLACE    EQU    1
  37.  
  38. endif 
  39. INCLUDE pmwin.INC
  40. INCLUDE pmgpi.INC
  41. INCLUDE pmdev.INC
  42. INCLUDE pmwp.INC
  43. ifdef INCL_AVIO
  44. INCLUDE pmavio.INC
  45. endif
  46. ifdef INCL_SPL
  47. INCLUDE pmspl.INC
  48. endif
  49. ifdef INCL_PIC
  50. INCLUDE pmpic.INC
  51. endif
  52. ifdef INCL_ORDERS
  53. INCLUDE pmord.INC
  54. endif
  55. ifdef INCL_FONTFILEFORMAT
  56. INCLUDE pmfont.INC
  57. endif
  58. INCLUDE pmstddlg.INC
  59.