From 4269a726e3ca96a1676d35600f32c29ae5e120a6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 Feb 2017 20:51:24 +0300 Subject: duplicated lib folders no needed anymore --- include/m_json.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/m_json.h') diff --git a/include/m_json.h b/include/m_json.h index b2361aa49e..1b2664483c 100644 --- a/include/m_json.h +++ b/include/m_json.h @@ -147,11 +147,7 @@ public: #endif // __cplusplus #ifndef LIBJSON_EXPORTS - #if !defined(_WIN64) - #pragma comment(lib, "libjson.lib") - #else - #pragma comment(lib, "libjson64.lib") - #endif + #pragma comment(lib, "libjson.lib") #endif #endif // MIM_LIBJSON_H -- cgit v1.2.3