From 8678e3b21bff773978b8fa144a08be2fbb17a2ef Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 25 Nov 2013 10:44:20 -0300 Subject: [PATCH] Mac OS X fix: ALLEGRO_HAVE_STDINT_H is already defined in alplatf.h --- src/allegro/include/allegro/platform/alosxcfg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allegro/include/allegro/platform/alosxcfg.h b/src/allegro/include/allegro/platform/alosxcfg.h index b1468d611..80ac201b6 100644 --- a/src/allegro/include/allegro/platform/alosxcfg.h +++ b/src/allegro/include/allegro/platform/alosxcfg.h @@ -34,7 +34,6 @@ #define ALLEGRO_HAVE_LIBPTHREAD 1 #define ALLEGRO_HAVE_DIRENT_H 1 #define ALLEGRO_HAVE_INTTYPES_H 1 -#define ALLEGRO_HAVE_STDINT_H 1 #define ALLEGRO_HAVE_SYS_TIME_H 1 #define ALLEGRO_HAVE_SYS_STAT_H 1 #define ALLEGRO_HAVE_MKSTEMP 1