Patch by Róbert Sipka <sipka@inf.u-szeged.hu> on 2013-08-21
Reviewed by Brent Fulgham.
The WebCoreBundleWin is a windows specific file, it is only needed on Windows.
* platform/network/curl/ResourceHandleManager.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@154386
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-08-21 Róbert Sipka <sipka@inf.u-szeged.hu>
+
+ <https://webkit.org/b/120109> [curl] only include WebCoreBundleWin on Windows
+
+ Reviewed by Brent Fulgham.
+
+ The WebCoreBundleWin is a windows specific file, it is only needed on Windows.
+
+ * platform/network/curl/ResourceHandleManager.cpp:
+
2013-08-21 Jae Hyun Park <jae.park@company100.net>
[Qt] Remove unused code path in PluginView
#include "ResourceError.h"
#include "ResourceHandle.h"
#include "ResourceHandleInternal.h"
+#if OS(WINDOWS)
#include "WebCoreBundleWin.h"
+#endif
#include <errno.h>
#include <stdio.h>