ayttm-commits
[Top][All Lists]
Advanced

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

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


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/libproxy libproxy.h,1.3,1.4
Date: Tue, 25 Mar 2003 12:22:52 -0500

Update of /cvsroot/ayttm/ayttm/libproxy
In directory subversions:/tmp/cvs-serv3548/libproxy

Modified Files:
        libproxy.h 
Log Message:


More MINGW32 stuff to get proxy to link in properly now AIM and ICQ work.


Index: libproxy.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/libproxy/libproxy.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libproxy.h  24 Mar 2003 09:54:36 -0000      1.3
+++ libproxy.h  25 Mar 2003 17:22:47 -0000      1.4
@@ -32,6 +32,9 @@
 #include <netdb.h>
 #include <netinet/in.h>
 #endif
+#if defined(__MINGW32__) && defined(__IN_PLUGIN__)
+#define extern __declspec(dllimport)
+#endif
 
 #define PROXY_NONE 0
 #define PROXY_HTTP 1
@@ -68,5 +71,8 @@
 extern int proxy_auth_required;
 extern char * proxy_user;
 extern char * proxy_password;
+#if defined(__MINGW32__) && defined(__IN_PLUGIN__)
+#define extern extern
+#endif
 
 #endif





reply via email to

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