mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Added WIN32_LEAN_AND_MEAN
This commit is contained in:
parent
6cad6849b5
commit
80833f33b0
1
third_party/vaca/src/win32/MutexImpl.h
vendored
1
third_party/vaca/src/win32/MutexImpl.h
vendored
@ -32,6 +32,7 @@
|
|||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0400
|
||||||
#endif
|
#endif
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
class Vaca::Mutex::MutexImpl
|
class Vaca::Mutex::MutexImpl
|
||||||
|
Loading…
Reference in New Issue
Block a user