mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-23 06:33:59 +08:00
added export decls for MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
+1
-1
@@ -792,7 +792,7 @@ void GSocket_SetTimeout(GSocket *socket, unsigned long millis)
|
||||
* operations do not clear this back to GSOCK_NOERROR, so use it only
|
||||
* after an error.
|
||||
*/
|
||||
GSocketError GSocket_GetError(GSocket *socket)
|
||||
GSocketError WXDLLEXPORT GSocket_GetError(GSocket *socket)
|
||||
{
|
||||
assert(socket != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user