gp2x build fix.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@841 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
fb4d2fdb43
commit
414c7ba418
6
main.c
6
main.c
@ -28,7 +28,11 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <SDL_image.h>
|
#include <SDL_image.h>
|
||||||
#include <SDL_syswm.h>
|
|
||||||
|
// There is no WM on the GP2X...
|
||||||
|
#ifndef __GP2X__
|
||||||
|
#include <SDL_syswm.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "const.h"
|
#include "const.h"
|
||||||
#include "struct.h"
|
#include "struct.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user