Merge branch 'windows' of git://git.ardour.org/ardour/ardour into windows
[ardour.git] / libs / pbd / fpu.cc
index 40f8cca9d6e9371b125d0fce45bd2df0e9bd26d2..5d81cd2fd35e52407c9177b50bacceb621a565b7 100644 (file)
@@ -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