Fixed memcpy bug reported by FireSlash

This commit is contained in:
pelya
2010-02-10 17:52:27 +02:00
parent 9c22af0d63
commit bd33c4b4dc

View File

@@ -50,4 +50,9 @@
#define NO_SDL_GLEXT 1
/* FireSlash found that SDL native memcpy crashes sometimes, these defines fix it */
#define HAVE_MEMSET 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#endif /* _SDL_config_minimal_h */