SDL_windows.h is no longer necessary

This commit is contained in:
Sam Lantinga
2006-02-25 22:18:25 +00:00
parent bf2d3bdc27
commit 2861771aa5
27 changed files with 59 additions and 68 deletions

View File

@@ -21,7 +21,8 @@
*/
#include "SDL_config.h"
#include "SDL_windows.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <mmsystem.h>
#include "SDL_timer.h"

View File

@@ -21,7 +21,8 @@
*/
#include "SDL_config.h"
#include "SDL_windows.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <mmsystem.h>
#include "SDL_timer.h"