Fixed windows.h include

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404300
This commit is contained in:
Sam Lantinga 2009-12-13 05:37:06 +00:00
parent c43ba5edd7
commit 9b0681272d

View file

@ -25,8 +25,10 @@
#include "SDL_stdinc.h" #include "SDL_stdinc.h"
#include "SDL_atomic.h" #include "SDL_atomic.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "SDL_error.h" #include "SDL_error.h"
#include "Windows.h"
/* /*
This file provides 32, and 64 bit atomic operations. If the This file provides 32, and 64 bit atomic operations. If the