This commit is contained in:
Jack Andersen 2014-09-18 14:52:47 -10:00
commit 28ccd41985
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
#include "./tjutil.h"
#include "transupp.h"
#if !_WIN32
#define _putenv putenv
#endif
extern void jpeg_mem_dest_tj(j_compress_ptr, unsigned char **,
unsigned long *, boolean);
extern void jpeg_mem_src_tj(j_decompress_ptr, unsigned char *, unsigned long);