X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpegls%2Fjpegls_config.h.in;h=5b957f1251d0662553e905583d6ddd209be485a0;hb=f469869a5dfc9a22c4c6b783f26904757d409975;hp=159256d0b4291779c6c040dedf3b3201e2a59ec2;hpb=ba06695387810c9e391a598da42f6275f200d01d;p=gdcm.git diff --git a/src/gdcmjpegls/jpegls_config.h.in b/src/gdcmjpegls/jpegls_config.h.in index 159256d0..5b957f12 100644 --- a/src/gdcmjpegls/jpegls_config.h.in +++ b/src/gdcmjpegls/jpegls_config.h.in @@ -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