Fixed windows.h include
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404300
This commit is contained in:
parent
c43ba5edd7
commit
9b0681272d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue