]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed "different linkage" compile error
authorRobin Dunn <robin@alldunn.com>
Mon, 1 Jul 2002 17:45:31 +0000 (17:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 1 Jul 2002 17:45:31 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gsocket.h
src/msw/gsocket.c

index 62a7b9a2d6eed3cb66b42c833e1852ce9bab3723..5c8037fb15e0dbf8b9869fd1686b3ce34fc2775d 100644 (file)
@@ -233,7 +233,7 @@ void GSocket_SetTimeout(GSocket *socket, unsigned long millisec);
  *  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);
 
 
 /* Callbacks */
index 26388159d728fc1435bfb5133761481a8f7dbaad..4490c43ada30305c9d7d9a9d9ad50393b83a30e3 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 WXDLLEXPORT GSocket_GetError(GSocket *socket)
+GSocketError GSocket_GetError(GSocket *socket)
 {
   assert(socket != NULL);