mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 17:16:19 -05:00
Replaced some assert macros with SDL_assert.
This commit is contained in:
@@ -49,11 +49,12 @@
|
||||
#include <string.h>
|
||||
*/
|
||||
#include "SDL_stdinc.h"
|
||||
#include "SDL_assert.h"
|
||||
|
||||
#ifdef assert
|
||||
#undef assert
|
||||
#endif
|
||||
#define assert(X)
|
||||
#define assert(X) SDL_assert(X)
|
||||
#ifdef malloc
|
||||
#undef malloc
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user