Skip to content
Snippets Groups Projects
Commit 8ae06455 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

SuperBuild: patch jpeg jconfigint.h.in

parent e4b943a9
Branches
Tags
No related merge requests found
#define VERSION "@VERSION@"
#define BUILD "13/07/2015"
#define PACKAGE_NAME "@CMAKE_PROJECT_NAME@"
#ifndef INLINE
#if defined(__GNUC__)
#define INLINE inline __attribute__((always_inline))
#elif defined(_MSC_VER)
#define INLINE __forceinline
#else
#define INLINE
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment