home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC / PMPIC.INC < prev    next >
Text File  |  1995-04-14  |  1KB  |  44 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. PIC_INCLUDED    EQU    1
  12.  
  13. ifndef INCL_32         
  14. ifndef INCL_16      
  15. ifdef M_I386
  16. INCL_32    EQU    1
  17.  
  18. else
  19. INCL_16    EQU    1
  20.  
  21. endif
  22. endif
  23. endif
  24. ifdef INCL_16
  25. endif 
  26. ifndef __IBMC__
  27.  
  28. METPARAMS    STRUC
  29. metp_read_filename    DD    ?
  30. metp_write_filename    DD    ?
  31. metp_EbcdicCP    DD    ?
  32. metp_D_EbcdicCP    DD    ?
  33. metp_SymSetNameCP    DD    ?
  34. metp_AsciiCP    DD    ?
  35. metp_Options    DD    ?
  36. METPARAMS    ENDS
  37. endif
  38. PIP_MF    EQU    1 
  39. PIP_PIF    EQU    2 
  40. PIC_PIFTOMET    EQU    0 
  41. PIC_SSTOFONT    EQU    2 
  42. ifndef __IBMC__
  43. endif
  44.