summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-20 16:43:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-20 16:43:52 +0000
commit56f49b9a2a3de16339acf5a0a00e58a38a7a4f95 (patch)
treee4f0155a05c968942dedc4e27a2594679b86a383
parent0913df0b0d439a85e8cac01cbde9e365f0e3841c (diff)
downloadATCD-56f49b9a2a3de16339acf5a0a00e58a38a7a4f95.tar.gz
Mon Apr 20 17:43:06 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Sock_Connect.cpp: Include iphlpapi.h with all lower cases to resolve compile error when using cross compilation using a linux host
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/ace/Sock_Connect.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 437a51fe023..44eab16af96 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 20 17:43:06 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Sock_Connect.cpp:
+ Include iphlpapi.h with all lower cases to resolve compile
+ error when using cross compilation using a linux host
+
Mon Apr 20 17:39:06 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/os_include/os_unistd.h:
diff --git a/ACE/ace/Sock_Connect.cpp b/ACE/ace/Sock_Connect.cpp
index 2c8af7deaef..3c1e41a6cce 100644
--- a/ACE/ace/Sock_Connect.cpp
+++ b/ACE/ace/Sock_Connect.cpp
@@ -58,7 +58,7 @@ const struct in6_addr in6addr_linklocal_allrouters = IN6ADDR_LINKLOCAL_ALLROUTER
#endif /* ACE_VXWORKS >= 0x630 && <= 0x670 && __RTP__ && ACE_HAS_IPV6 */
#if defined (ACE_HAS_WINCE)
-#include /**/ <Iphlpapi.h>
+#include /**/ <iphlpapi.h>
# if defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0)
// The following code is suggested by microsoft as a workaround to the fact
// that on Windows CE, these constants are exported as function addresses