changeset 4334:539e576793a8 jdk7-b146

Merge
author lana
date Sat, 18 Jun 2011 10:12:58 -0700
parents a65fa0f6717e (current diff) c102e1221afa (diff)
children 7b4f4230fecf cfd7602f5c52
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/windows/native/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.c	Fri Jun 17 16:25:01 2011 -0700
+++ b/src/windows/native/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.c	Sat Jun 18 10:12:58 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,