SDL_windows.h is no longer necessary

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401437
This commit is contained in:
Sam Lantinga 2006-02-25 22:18:25 +00:00
parent 83090323ef
commit 883b235150
27 changed files with 59 additions and 68 deletions

View file

@ -23,7 +23,8 @@
/* Allow access to a raw mixing buffer */
#include "SDL_windows.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <mmsystem.h>
#include "SDL_timer.h"

View file

@ -4,7 +4,8 @@
/* Include all of the DirectX 5.0 headers and adds any necessary tweaks */
#include "SDL_windows.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <mmsystem.h>
#ifndef WIN32
#define WIN32