ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src tcp_util.h,1.3,1.4


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src tcp_util.h,1.3,1.4
Date: Mon, 24 Mar 2003 21:13:33 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv9044/src

Modified Files:
        tcp_util.h 
Log Message:


Updated to allow building and fixed icq namespace issues.



Index: tcp_util.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/tcp_util.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcp_util.h  21 Mar 2003 11:19:07 -0000      1.3
+++ tcp_util.h  25 Mar 2003 02:13:30 -0000      1.4
@@ -43,7 +43,11 @@
 #endif
 
 int  ay_socket_new(const char * host, int port);
+#if defined(__MINGW32__) && defined(__IN_PLUGIN__)
+__declspec(dllimport)
+#endif
 int  ay_socket_new_async(const char * host, int port, ay_socket_callback 
callback, void * callback_data);
+
 void ay_socket_cancel_async(int tag);
 int  ay_tcp_readline(char * buff, int maxlen, int fd);
 int ay_tcp_writeline(const char *buff, int nbytes, int fd);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]