mirror of
https://github.com/AxioDL/libjpeg-turbo.git
synced 2025-07-03 11:45:54 +00:00
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 "./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…
x
Reference in New Issue
Block a user