Windows (compiler specific) includes for libpbd

This commit is contained in:
John Emmas 2013-07-16 18:00:49 +01:00
parent e4ab2ffbfb
commit 7b480eaa27
14 changed files with 78 additions and 6 deletions

View file

@ -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