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:
@@ -99,7 +99,7 @@ wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc);
|
|||||||
#error "MAXSOCKETS is too big!"
|
#error "MAXSOCKETS is too big!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef int PASCAL (*WSAAsyncSelectFunc)(SOCKET,HWND,u_int,long);
|
typedef int (PASCAL *WSAAsyncSelectFunc)(SOCKET,HWND,u_int,long);
|
||||||
|
|
||||||
/* Global variables */
|
/* Global variables */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user