From 7f882b5a92ff9d90044a05f3e0044ad0bcd53579 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Wed, 24 Jul 2013 10:22:16 +0100 Subject: [PATCH] Correct a typo in 'msvc_pbd.h' --- libs/pbd/pbd/msvc_pbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/msvc_pbd.h b/libs/pbd/pbd/msvc_pbd.h index 1c971308d7..c0c76e45df 100644 --- a/libs/pbd/pbd/msvc_pbd.h +++ b/libs/pbd/pbd/msvc_pbd.h @@ -23,7 +23,7 @@ #define PBD_IS_IN_WINDLL 0 #endif -#ifdef COMPILER_MSVC +#ifndef COMPILER_MSVC #include #else #include