mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
When building with MSVC undef type VOID if we're declaring an enum called VOID
This commit is contained in:
parent
6420482a36
commit
227732d15b
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
#include "ardour/libardour_visibility.h"
|
||||
#include "pbd/compose.h"
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#undef VOID
|
||||
#endif
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
/** A value with dynamic type (tagged union). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue