]> granicus.if.org Git - libjpeg-turbo/commit
turbojpeg.c: Fix Windows build
authorDRC <information@libjpeg-turbo.org>
Fri, 16 Mar 2018 19:09:53 +0000 (14:09 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 16 Mar 2018 19:12:15 +0000 (14:12 -0500)
commit29e453f7c0d69df7e92efcc8293ff8d32f579c25
tree3a268f0b404c2cd07f57716267148256626844f1
parenta4da0750f0d8cc7e5bf2602b5020905575e854cb
turbojpeg.c: Fix Windows build

Broken by previous commit.  Although turbojpeg.c no longer needs
tjutil.h on Un*x, it still needs to include that file on Windows in
order to use snprintf() and strcasecmp() (which, on Windows, are macros
that wrap _snprintf_s() and stricmp().)
turbojpeg.c