Alternative approach to undef win32 macro pollution
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c4ee1b06df
commit
a6cb9a8e18
4 changed files with 15 additions and 33 deletions
|
@ -18,3 +18,8 @@
|
|||
#pragma once
|
||||
#include_next <thread>
|
||||
#include "mingw.thread.h"
|
||||
|
||||
#undef IN
|
||||
#undef OUT
|
||||
#undef far
|
||||
#undef near
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue