Updated readme

This commit is contained in:
pelya
2011-02-07 10:00:53 +00:00
parent 3d40c99b3d
commit ac86215d58
2 changed files with 11 additions and 5 deletions

View File

@@ -32,16 +32,18 @@ extern int __SDL_android_printf(const char * fmt, ...) __attribute__((format(pri
#define __sF __SDL_fake_stdout
/* Generates lot of warning messages in standard headers, enable only for ultra debug mode */
/*
#define printf __SDL_android_printf
*/
#ifdef __cplusplus
#define cout __SDL_fake_cout
#define cerr __SDL_fake_cerr
#define clog __SDL_fake_clog
}
/* Generates lot of warning messages in standard headers, enable only for ultra debug mode */
/*
#include <stdio.h>
#define printf __SDL_android_printf
*/
#endif
#endif