Il 26/09/2011 09:46, Samuli Seppänen ha scritto:
>> On Tuesday 20 September 2011 12:28:30 Heiko Hund wrote:
>>> or maybe it's just that _MSC_VER was not defined
>> Misread the code, it's an #ifndef. Could someone test if replacing the
>>
>>      #ifndef _MSC_VER
>>
>> lines in socket.c and win32.h with
>>
>>      #if WINVER < 0x0600
>>
>> leads to a problem when building with MSVC. 
>>
>> Heiko
> I'll test and report back later today.
>
Ok, did as suggested for socket.c and win32.h and got the following
build failure using MSVC:

<http://pastebin.com/xZ8J2yrq>

-- 
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc

irc freenode net: mattock


Reply via email to