summaryrefslogtreecommitdiff
path: root/common/JackNetSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackNetSocket.h')
-rw-r--r--common/JackNetSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackNetSocket.h b/common/JackNetSocket.h
index fdd6c91e..7f950802 100644
--- a/common/JackNetSocket.h
+++ b/common/JackNetSocket.h
@@ -30,7 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
namespace Jack
{
//get host name*********************************
- EXPORT int GetHostName ( char * name, int size );
+ SERVER_EXPORT int GetHostName ( char * name, int size );
//net errors ***********************************
enum _net_error