move SDL headers to sysdep/win (only used by wsdl)

This was SVN commit r550.
This commit is contained in:
janwas 2004-06-19 14:29:40 +00:00
parent 0e664237b6
commit fa7d4991d6
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#include "lib.h"
#include "win_internal.h"
#include <SDL_vkeys.h>
#include "SDL_vkeys.h"
#include <assert.h>
#include <stdio.h>

View File

@ -3,7 +3,7 @@
#include "types.h"
#include <SDL_keysym.h>
#include "SDL_keysym.h"
/* allow apps to override window name */
#ifndef APP_NAME