Updated MacOS Classic build

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401520
This commit is contained in:
Sam Lantinga 2006-03-13 05:36:42 +00:00
parent 34d826583e
commit 61549bf6a5
11 changed files with 33 additions and 24 deletions

View file

@ -31,6 +31,7 @@ typedef signed short int16_t;
typedef unsigned short uint16_t;
typedef signed int int32_t;
typedef unsigned int uint32_t;
typedef unsigned int uintptr_t;
/* Useful headers */
#define HAVE_STDIO_H 1
@ -62,8 +63,6 @@ typedef unsigned int uint32_t;
#define HAVE_ATOF 1
#define HAVE_STRCMP 1
#define HAVE_STRNCMP 1
#define HAVE_STRICMP 1
#define HAVE_STRCASECMP 1
#define HAVE_SSCANF 1
/* Enable various audio drivers */