|
|
1.1 ! root 1: /***************************************************************************\ ! 2: * ! 3: * Copyright (c) IBM Corporation 1987, 1989 ! 4: * Copyright (c) MicroSoft Corporation 1987,1989 ! 5: * ! 6: * Module Name: PMPIC.H ! 7: * ! 8: * OS/2 Presentation Manager Picture function declarations ! 9: * ! 10: * ! 11: \***************************************************************************/ ! 12: ! 13: #if !(defined(INCL_32) || defined(INCL_16)) ! 14: #ifdef M_I386 ! 15: #define INCL_32 ! 16: #else /* not M_I386 */ ! 17: #define INCL_16 ! 18: #endif /* M_I386 */ ! 19: #endif /* INCL_32 || INCL_16 */ ! 20: ! 21: /* XLATOFF */ ! 22: #ifdef INCL_16 ! 23: #define PicPrint Pic16Print ! 24: #define PicIchg Pic16Ichg ! 25: #endif /* INCL_16 */ ! 26: /* XLATON */ ! 27: ! 28: #ifdef INCL_16 ! 29: ! 30: /* type of picture to print */ ! 31: ! 32: #define PIP_MF 1L ! 33: #define PIP_PIF 2L ! 34: ! 35: BOOL APIENTRY PicPrint(HAB hab, PSZ pszFilename, LONG lType, PSZ pszParams); ! 36: ! 37: /* type of conversion required */ ! 38: ! 39: #define PIC_PIFTOMET 0L ! 40: #define PIC_SSTOFONT 2L ! 41: ! 42: BOOL APIENTRY PicIchg(HAB hab, PSZ pszFilename1, PSZ pszFilename2, LONG lType); ! 43: ! 44: #endif /* INCL_16 */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.