From 9db34f1c0ef607e0554995531824c38d5e085db0 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 17 Sep 2014 18:30:12 -1000 Subject: [PATCH] Minor symbol correction --- turbojpeg.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbojpeg.c b/turbojpeg.c index 3a4460b..ff2b266 100644 --- a/turbojpeg.c +++ b/turbojpeg.c @@ -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);