Enable STDC_LIMIT_MACROS for jasper

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2c54f6887d)
r14.0.x
Slávek Banko 7 years ago
parent b045489aa6
commit 360d8c9ce5

@ -27,6 +27,9 @@
extern "C"
{
#if !defined(__STDC_LIMIT_MACROS)
#define __STDC_LIMIT_MACROS
#endif
#include <stdint.h>
}

@ -36,6 +36,16 @@
// files io. Uncomment this line only for debugging.
//#define ENABLE_DEBUG_MESSAGES
// C ANSI includes.
extern "C"
{
#if !defined(__STDC_LIMIT_MACROS)
#define __STDC_LIMIT_MACROS
#endif
#include <stdint.h>
}
// TQt includes.
#include <tqfile.h>

Loading…
Cancel
Save