From fc77bbe9f1d5518c1ab7e2d52ed3df024a874cd2 Mon Sep 17 00:00:00 2001 From: "Ronan Abhamon (Windaube)" Date: Thu, 28 Sep 2017 13:09:16 +0200 Subject: [PATCH] fix(windaube): do not include langinfo --- coreapi/call_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/call_log.c b/coreapi/call_log.c index 0933612b3..c1f24ea10 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include #ifdef SQLITE_STORAGE_ENABLED - #if defined(_WIN32) && !defined(__ANDROID__) && !defined(__QNXNTO__) + #if !defined(_WIN32) && !defined(__ANDROID__) && !defined(__QNXNTO__) #include #include #include