home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _f17ca8e28f6617809e1cceb67cf044b4 < prev    next >
Encoding:
Text File  |  2004-06-01  |  1.4 KB  |  56 lines

  1. #ifndef _TKIMGPHOTO_VM
  2. #define _TKIMGPHOTO_VM
  3. #include "tkImgPhoto_f.h"
  4. #ifndef NO_VTABLES
  5. #define tkImgFmtPPM (*TkimgphotoVptr->V_tkImgFmtPPM)
  6. #ifndef Tk_CreateOldPhotoImageFormat
  7. #  define Tk_CreateOldPhotoImageFormat (*TkimgphotoVptr->V_Tk_CreateOldPhotoImageFormat)
  8. #endif
  9.  
  10. #ifndef Tk_CreatePhotoImageFormat
  11. #  define Tk_CreatePhotoImageFormat (*TkimgphotoVptr->V_Tk_CreatePhotoImageFormat)
  12. #endif
  13.  
  14. #ifndef Tk_DitherPhoto
  15. #  define Tk_DitherPhoto (*TkimgphotoVptr->V_Tk_DitherPhoto)
  16. #endif
  17.  
  18. #ifndef Tk_FindPhoto
  19. #  define Tk_FindPhoto (*TkimgphotoVptr->V_Tk_FindPhoto)
  20. #endif
  21.  
  22. #ifndef Tk_PhotoBlank
  23. #  define Tk_PhotoBlank (*TkimgphotoVptr->V_Tk_PhotoBlank)
  24. #endif
  25.  
  26. #ifndef Tk_PhotoExpand
  27. #  define Tk_PhotoExpand (*TkimgphotoVptr->V_Tk_PhotoExpand)
  28. #endif
  29.  
  30. #ifndef Tk_PhotoFormatName
  31. #  define Tk_PhotoFormatName (*TkimgphotoVptr->V_Tk_PhotoFormatName)
  32. #endif
  33.  
  34. #ifndef Tk_PhotoGetImage
  35. #  define Tk_PhotoGetImage (*TkimgphotoVptr->V_Tk_PhotoGetImage)
  36. #endif
  37.  
  38. #ifndef Tk_PhotoGetSize
  39. #  define Tk_PhotoGetSize (*TkimgphotoVptr->V_Tk_PhotoGetSize)
  40. #endif
  41.  
  42. #ifndef Tk_PhotoPutBlock
  43. #  define Tk_PhotoPutBlock (*TkimgphotoVptr->V_Tk_PhotoPutBlock)
  44. #endif
  45.  
  46. #ifndef Tk_PhotoPutZoomedBlock
  47. #  define Tk_PhotoPutZoomedBlock (*TkimgphotoVptr->V_Tk_PhotoPutZoomedBlock)
  48. #endif
  49.  
  50. #ifndef Tk_PhotoSetSize
  51. #  define Tk_PhotoSetSize (*TkimgphotoVptr->V_Tk_PhotoSetSize)
  52. #endif
  53.  
  54. #endif /* NO_VTABLES */
  55. #endif /* _TKIMGPHOTO_VM */
  56.