JPEGView/Headers/JPEGNoQuickTime.h

1 line
496 B
C
Raw Normal View History

/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __JPEGNOQUICKTIME__ #define __JPEGNOQUICKTIME__ #include <Types.h> #include "JPEGViewTypes.h" extern OSErr DrawJPEGNoQuickTime(Handle theHandle, JVDrawParamsHandle theParams); #endif