From 9340ce09167816db380b2690282dbca67718ace8 Mon Sep 17 00:00:00 2001 From: Bruno Silvestre Date: Fri, 28 Aug 2015 19:21:50 -0300 Subject: [PATCH] Set flags to compile with internal inet_ntop() by default. --- luasec.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luasec.vcxproj b/luasec.vcxproj index 3d2905a..22aa139 100644 --- a/luasec.vcxproj +++ b/luasec.vcxproj @@ -49,7 +49,7 @@ Disabled C:\devel\openssl\include;C:\devel\lua-dll9\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASEC_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASEC_EXPORTS;LUASEC_INET_NTOP;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010300;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -122,4 +122,4 @@ - \ No newline at end of file +