4 #ifndef __JPEG_MEMORY_H
5 #define __JPEG_MEMORY_H
21 #if defined (_WIN32) && !defined (__CYGWIN__)
24 #endif //tells VCC not to generate min/max macros
31 #define boolean boolean1
46 struct jpeg_destination_mgr pub;
61 dest->
pub.next_output_byte = dest->
buffer;
72 dest->
pub.next_output_byte = dest->
buffer;
94 void jpeg_decompress(
unsigned char *dst,
unsigned char *src,
int size,
int *w,
int *h );