From f15932a5c25d83e7f9c0b955ebb9ccdc510ab2c8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 12 Mar 2014 09:37:49 -0400 Subject: [PATCH] fix #ifdef in localtime_r header (from Valeriy) --- libs/pbd/pbd/localtime_r.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/localtime_r.h b/libs/pbd/pbd/localtime_r.h index 1e810ec084..532bb3ed12 100644 --- a/libs/pbd/pbd/localtime_r.h +++ b/libs/pbd/pbd/localtime_r.h @@ -9,7 +9,7 @@ #elif defined __MINGW64__ -# ifdef (localtime_r) +# ifdef localtime_r # undef localtime_r # endif