Author: durner
Date: 2006-06-24 06:40:05 -0700 (Sat, 24 Jun 2006)
New Revision: 3031

Modified:
   gnunet-qt/src/include/gnunet_qt_common.h
Log:
win32 DLL stuff

Modified: gnunet-qt/src/include/gnunet_qt_common.h
===================================================================
--- gnunet-qt/src/include/gnunet_qt_common.h    2006-06-24 13:23:32 UTC (rev 
3030)
+++ gnunet-qt/src/include/gnunet_qt_common.h    2006-06-24 13:40:05 UTC (rev 
3031)
@@ -31,7 +31,11 @@
 #include <QString>
 #include <QLibrary>
 
-#define GNUNETQT_API __declspec(dllexport)
+#ifdef Q_OS_WIN32
+  #define GNUNETQT_API __declspec(dllexport)
+#else
+  #define GNUNETQT_API
+#endif
 
 typedef struct
 {



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to