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:
@@ -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
|
* operations do not clear this back to GSOCK_NOERROR, so use it only
|
||||||
* after an error.
|
* after an error.
|
||||||
*/
|
*/
|
||||||
GSocketError GSocket_GetError(GSocket *socket)
|
GSocketError WXDLLEXPORT GSocket_GetError(GSocket *socket)
|
||||||
{
|
{
|
||||||
assert(socket != NULL);
|
assert(socket != NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user