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:
Ron Lee 2002-06-30 22:44:35 +00:00
parent bd595142ac
commit cd604d6072

View File

@ -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);