瀏覽代碼

We don't want to export and import QHttp headers since we link against them.

Tobias Hieta 8 年之前
父節點
當前提交
47f321c796
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      external/qhttp/src/qhttpfwd.hpp

+ 1 - 1
external/qhttp/src/qhttpfwd.hpp

@@ -168,7 +168,7 @@ class QHttpResponsePrivate;
 ///////////////////////////////////////////////////////////////////////////////
 } // namespace client
 ///////////////////////////////////////////////////////////////////////////////
-#ifdef Q_OS_WIN
+#if 0
 #   if defined(QHTTP_EXPORT)
 #       define QHTTP_API __declspec(dllexport)
 #   else