]> git.tdb.fi Git - libs/core.git/blob - source/core/windows/winapi.h
Add move semantics to Variant
[libs/core.git] / source / core / windows / winapi.h
1 #ifndef MSP_CORE_WINAPI_H_
2 #define MSP_CORE_WINAPI_H_
3
4 #ifndef WIN32_LEAN_AND_MEAN
5 #define WIN32_LEAN_AND_MEAN
6 #endif
7 #ifndef NOMINMAX
8 #define NOMINMAX
9 #endif
10 #include <windows.h>
11
12 #endif