Enable STDC_LIMIT_MACROS for jasper

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 7 years ago
parent a412a1e86f
commit 2c54f6887d

@ -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