13
0

fix prev commit (MSVC release builds)

This commit is contained in:
Robin Gareus 2014-04-14 17:59:28 +02:00
parent 18d4fd9f37
commit 7cc5f8b321

View File

@ -138,7 +138,7 @@ sigpipe_handler (int /*signal*/)
}
}
#if (defined WINDOWS_VST_SUPPORT && !defined PLATFORM_WINDOWS)
#if (defined(COMPILER_MSVC) && defined(NDEBUG) && !defined(RDC_BUILD))
/*
* Release build with MSVC uses ardour_main()
*/