]> Creatis software - gdcm.git/blobdiff - src/gdcmjpegls/jpegls_config.h.in
Forgot to update this one
[gdcm.git] / src / gdcmjpegls / jpegls_config.h.in
index 159256d0b4291779c6c040dedf3b3201e2a59ec2..5b957f1251d0662553e905583d6ddd209be485a0 100644 (file)
@@ -7,6 +7,12 @@
 
 #cmakedefine JPEGLSSTATIC
 
+#cmakedefine HAVE_C_INLINE
+
+#ifndef HAVE_C_INLINE
+#define inline
+#endif
+
 /* a function referenced thru EXTERNs: */
 #if defined( _WIN32 ) && defined (JPEGLSDLL)
 #define GLOBAL(type)            __declspec(dllexport) type