mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Windows (compiler specific) includes for libpbd
This commit is contained in:
parent
e4ab2ffbfb
commit
7b480eaa27
14 changed files with 78 additions and 6 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
$Id$
|
||||
*/
|
||||
|
||||
#ifndef COMPILER_MSVC
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
|
@ -172,3 +172,7 @@ main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
#endif // TEST_MOUNTPOINT
|
||||
|
||||
#else // COMPILER_MSVC
|
||||
const char* pbd_mountpoint = "pbd/msvc/mountpoint.cc takes precedence over this file";
|
||||
#endif // COMPILER_MSVC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue