changeset 4333:c102e1221afa

Merge
author lana
date Fri, 17 Jun 2011 10:27:40 -0700
parents 4961be00d3b5 (current diff) c46f97579fe6 (diff)
children 539e576793a8
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/windows/native/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.c	Wed Jun 15 16:10:30 2011 -0700
+++ b/src/windows/native/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.c	Fri Jun 17 10:27:40 2011 -0700
@@ -44,7 +44,7 @@
 #define SO_UPDATE_CONNECT_CONTEXT 0x7010
 #endif
 
-typedef BOOL (*ConnectEx_t)
+typedef BOOL (PASCAL *ConnectEx_t)
 (
     SOCKET s,
     const struct sockaddr* name,