소스 검색

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