Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402124
This commit is contained in:
parent
f9b43fac01
commit
ede653d2cc
2 changed files with 5 additions and 2 deletions
|
@ -21,6 +21,10 @@
|
|||
*/
|
||||
#include "SDL_config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "SDL_syswm.h"
|
||||
#include "SDL_x11video.h"
|
||||
#include "../../events/SDL_events_c.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue