mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there
This commit is contained in:
commit
3020b224fa
466 changed files with 10821 additions and 1674 deletions
|
|
@ -16,7 +16,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
*/
|
||||
|
||||
#ifndef COMPILER_MSVC
|
||||
#include "libpbd-config.h"
|
||||
|
||||
#define _XOPEN_SOURCE 600
|
||||
|
|
@ -141,3 +141,7 @@ FPU::FPU ()
|
|||
FPU::~FPU ()
|
||||
{
|
||||
}
|
||||
|
||||
#else // COMPILER_MSVC
|
||||
const char* pbd_fpu = "pbd/msvc/fpu.cc takes precedence over this file";
|
||||
#endif // COMPILER_MSVC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue