Commit 9b068127 authored by Sam Lantinga's avatar Sam Lantinga

Fixed windows.h include

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404300
parent c43ba5ed
...@@ -25,8 +25,10 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment