compilation fix (PASCAL should be inside the parenthesis in typedef declaration)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-12 01:00:38 +00:00
parent 553aa032f2
commit fe16045d95

View File

@@ -99,7 +99,7 @@ wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc);
#error "MAXSOCKETS is too big!"
#endif
typedef int PASCAL (*WSAAsyncSelectFunc)(SOCKET,HWND,u_int,long);
typedef int (PASCAL *WSAAsyncSelectFunc)(SOCKET,HWND,u_int,long);
/* Global variables */