Build fixes for Win32.

This commit is contained in:
Themaister 2012-05-26 10:20:06 +02:00
parent 7cfd0a3660
commit 8f74b1a555
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@
#define _SDL_CTX_H
#include "SDL.h"
#include "SDL_opengl.h"
#include "SDL_version.h"
#if SDL_VERSION_ATLEAST(1, 3, 0)

View File

@ -34,8 +34,7 @@
#ifdef HAVE_SDL
#define NO_SDL_GLEXT
#include "SDL.h"
#include "SDL_opengl.h"
#include "context/sdl_ctx.h"
#include "../input/rarch_sdl_input.h"
#endif