Merge branch 'rwk' of https://github.com/jackoalan/libjpeg-turbo into rwk
This commit is contained in:
commit
28ccd41985
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue