From: Ron Lee Date: Sun, 30 Jun 2002 22:44:35 +0000 (+0000) Subject: added export decls for MSW. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cd604d60721d274775f20bb280cd068b746e6c73 added export decls for MSW. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/gsocket.c b/src/msw/gsocket.c index 4490c43ada..26388159d7 100644 --- a/src/msw/gsocket.c +++ b/src/msw/gsocket.c @@ -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);