minor compile fix

This commit is contained in:
gecko_reverse 2008-09-20 22:37:37 +00:00
parent 7999b55a70
commit a69f11b455
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
#ifdef DESMUME_OBJ_C
#define __declspec(ignore)
inline void printlog(char *s, ...) {}
inline void printlog(const char *s, ...) {}
#ifdef __BIG_ENDIAN__
#define WORDS_BIGENDIAN
#endif