Alternative approach to undef win32 macro pollution

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-19 16:42:42 +01:00
parent c4ee1b06df
commit a6cb9a8e18
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 15 additions and 33 deletions

View file

@ -18,3 +18,8 @@
#pragma once
#include_next <thread>
#include "mingw.thread.h"
#undef IN
#undef OUT
#undef far
#undef near