]> git.ipfire.org Git - thirdparty/openvpn.git/commit
replace check for TARGET_WIN32 with WIN32
authorHeiko Hund <heiko.hund@sophos.com>
Thu, 16 Feb 2012 17:30:38 +0000 (18:30 +0100)
committerDavid Sommerseth <davids@redhat.com>
Thu, 16 Feb 2012 18:36:24 +0000 (19:36 +0100)
commit76a3c405549bf02902846a9bd0e7d0f3a25a5b4d
tree8376774eab563ba35cb8b6e577cd58c77f94670d
parent6449a149f850e9e1207233f3ca642d9342fbfbaf
replace check for TARGET_WIN32 with WIN32

Use of TARGET_WIN32 breaks MSVC builds as it is only defined
for mingw builds done with the autotools buildsystem.

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Signed-off-by: David Sommerseth <davids@redhat.com>
misc.c
misc.h
openvpn.c