make sure to not include windows.h in simde
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0e904c715a
commit
c39e9f97ab
5 changed files with 19 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* DISTRHO Cardinal Plugin
|
||||
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
|
||||
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
|
@ -19,6 +19,7 @@
|
|||
#include_next <mutex>
|
||||
#include "mingw.mutex.h"
|
||||
|
||||
// fix macro pollution from Windows headers
|
||||
#undef IN
|
||||
#undef OUT
|
||||
#undef far
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue