mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
fix prev commit (MSVC release builds)
This commit is contained in:
parent
18d4fd9f37
commit
7cc5f8b321
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue