summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-03-26 22:16:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-03-26 22:16:54 +0000
commit0250133fa0d17d0a39df0389f15e4732e610d11a (patch)
treeffc8e9a644bb8b18484d1dc96be30b8859e3cb6b
parentce5f3adb2cbe49752559600606850da286caefc9 (diff)
downloadATCD-0250133fa0d17d0a39df0389f15e4732e610d11a.tar.gz
fix
-rw-r--r--ACE/include/makeinclude/platform_mingw32.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_mingw32.GNU b/ACE/include/makeinclude/platform_mingw32.GNU
index a894e2a35c9..4e716aed034 100644
--- a/ACE/include/makeinclude/platform_mingw32.GNU
+++ b/ACE/include/makeinclude/platform_mingw32.GNU
@@ -29,7 +29,7 @@ include $(ACE_ROOT)/include/makeinclude/platform_gnuwin32_common.GNU
PLATFORM_SSL_LIBS ?= -lssl32 -leay32
ifeq ($(winsock2),1)
- LIBS += -lws2_32 -lmswsock iphlpapi
+ LIBS += -lws2_32 -lmswsock -liphlpapi
endif
LIBS += -lwsock32 -lnetapi32