mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
define WIN32_LEAN_AND_MEAN before include windows.h in Systime
This commit is contained in:
parent
ef418f09b3
commit
7c9e0927ab
2 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
#ifdef WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define _WINSOCKAPI_
|
||||
#include <windows.h>
|
||||
#include <Mmsystem.h>
|
||||
#include <mmdeviceapi.h>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include "Systime.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue