mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 13:09:41 -06:00
Ubuntu 14.04's C++ already defines these, so guard them.
This commit is contained in:
parent
517e853eb6
commit
6a546f727b
@ -27,9 +27,11 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#define __STDC_CONSTANT_MACROS 1
|
||||
#define __STDC_FORMAT_MACROS 1
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user