* Define WIN32_LEAN_AND_MEAN before including windows.h

svn path=/trunk/; revision=56968
This commit is contained in:
Amine Khaldi
2012-07-28 15:14:44 +00:00
parent 43d4b19730
commit 204db8958d
+1
View File
@@ -8,6 +8,7 @@
#pragma once
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else
#include <errno.h>