# HG changeset patch # User lana # Date 1308331660 25200 # Node ID c102e1221afa87a6cf9478e14cfc9091839b9ed3 # Parent 4961be00d3b5deb5face4272fd924ce01c714a23# Parent c46f97579fe6248fc64014245eaf780869cfef2d Merge diff -r 4961be00d3b5 -r c102e1221afa src/windows/native/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.c --- 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,