]> git.saurik.com Git - wxWidgets.git/commitdiff
added export decls for MSW.
authorRon Lee <ron@debian.org>
Sun, 30 Jun 2002 22:44:35 +0000 (22:44 +0000)
committerRon Lee <ron@debian.org>
Sun, 30 Jun 2002 22:44:35 +0000 (22:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/gsocket.c

index 4490c43ada30305c9d7d9a9d9ad50393b83a30e3..26388159d728fc1435bfb5133761481a8f7dbaad 100644 (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);