define WIN32_LEAN_AND_MEAN before include windows.h in Systime

This commit is contained in:
Stephen Birarda 2014-04-10 11:17:03 -07:00
parent ef418f09b3
commit 7c9e0927ab
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,6 @@
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#define _WINSOCKAPI_
#include <windows.h>
#include <Mmsystem.h>
#include <mmdeviceapi.h>

View file

@ -1,4 +1,5 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "Systime.h"