Fixed problem with PRI macros.

Thanks Gregor!
This commit is contained in:
Seth Hall 2011-02-08 20:28:56 -05:00
parent 275c6e64cc
commit b54445b725
3 changed files with 7 additions and 4 deletions

View file

@ -11,6 +11,12 @@
#include <stdarg.h>
#include "config.h"
#define _ISOC99_SOURCE
#define __STDC_LIMIT_MACROS
#define __STDC_CONSTANT_MACROS
#define __STDC_FORMAT_MACROS
#include "inttypes.h"
#if __STDC__
#define myattribute __attribute__
#else