fix prev commit (MSVC release builds)
This commit is contained in:
parent
18d4fd9f37
commit
7cc5f8b321
@ -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()
|
* Release build with MSVC uses ardour_main()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user