VstPlugin: Fix define naming conflict with MinGW

This commit is contained in:
Lukas W
2018-06-11 17:01:40 +02:00
parent 38f6371de6
commit d42194f8e1

View File

@@ -74,6 +74,11 @@ namespace PE
// Utilities for reading PE file machine type
// See specification at https://msdn.microsoft.com/library/windows/desktop/ms680547(v=vs.85).aspx
// Work around name conflict
#ifdef i386
# undef i386
#endif
enum class MachineType : uint16_t
{
unknown = 0x0,