Go to the documentation of this file.
30 # define debug_os2(s,...) SDL_LogDebug(SDL_LOG_CATEGORY_APPLICATION, \
31 __func__ "(): " ##s, ##__VA_ARGS__)
33 # define debug_os2(s,...) printf(__func__ "(): " ##s "\n", ##__VA_ARGS__)
38 # define debug_os2(s,...) do {} while (0)
44 #define OS2_SysToUTF8(S) StrUTF8New(1, (S), SDL_strlen((S)) + 1)
45 #define OS2_UTF8ToSys(S) StrUTF8New(0, (char *)(S), SDL_strlen((S)) + 1)