Minor symbol correction
This commit is contained in:
parent
1b9b23c66c
commit
9db34f1c0e
|
@ -40,6 +40,10 @@
|
||||||
#include "./tjutil.h"
|
#include "./tjutil.h"
|
||||||
#include "transupp.h"
|
#include "transupp.h"
|
||||||
|
|
||||||
|
#if !_WIN32
|
||||||
|
#define _putenv putenv
|
||||||
|
#endif
|
||||||
|
|
||||||
extern void jpeg_mem_dest_tj(j_compress_ptr, unsigned char **,
|
extern void jpeg_mem_dest_tj(j_compress_ptr, unsigned char **,
|
||||||
unsigned long *, boolean);
|
unsigned long *, boolean);
|
||||||
extern void jpeg_mem_src_tj(j_decompress_ptr, unsigned char *, unsigned long);
|
extern void jpeg_mem_src_tj(j_decompress_ptr, unsigned char *, unsigned long);
|
||||||
|
|
Loading…
Reference in New Issue