13
0

When building with MSVC undef type VOID if we're declaring an enum called VOID

This commit is contained in:
John Emmas 2014-11-04 15:42:04 +00:00
parent 6420482a36
commit 227732d15b

View File

@ -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). */