1.1 --- a/include/SDL_test.h Sat Dec 15 00:30:17 2012 +0000
1.2 +++ b/include/SDL_test.h Fri Dec 14 23:05:34 2012 -0800
1.3 @@ -49,9 +49,13 @@
1.4 /* *INDENT-ON* */
1.5 #endif
1.6
1.7 -/* Function prototypes */
1.8 +/* Global definitions */
1.9
1.10 -/* ADD STUFF HERE */
1.11 +/*
1.12 + * Note: Maximum size of SDLTest log message is less than SDLs limit
1.13 + * to ensure we can fit additional information such as the timestamp.
1.14 + */
1.15 +#define SDLTEST_MAX_LOGMESSAGE_LENGTH 3584
1.16
1.17 /* Ends C function definitions when using C++ */
1.18 #ifdef __cplusplus