* config.h: Touch because VS apparently can't figure out which files
depend on ResourceResponse.h.
* WebCore.vcproj/WebCore.vcproj: Add ResourceResponseBase files to
project and remove old ResourceResponse files.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27716
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-12 Adam Roben <aroben@apple.com>
+
+ Windows build fix
+
+ * config.h: Touch because VS apparently can't figure out which files
+ depend on ResourceResponse.h.
+ * WebCore.vcproj/WebCore.vcproj: Add ResourceResponseBase files to
+ project and remove old ResourceResponse files.
+
2007-11-12 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed by Darin.
>\r
</File>\r
<File\r
- RelativePath="..\platform\network\ResourceResponse.cpp"\r
+ RelativePath="..\platform\network\ResourceResponseBase.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\platform\network\ResourceResponse.h"\r
+ RelativePath="..\platform\network\ResourceResponseBase.h"\r
>\r
</File>\r
<Filter\r
RelativePath="..\platform\network\cf\ResourceRequestCFNet.h"\r
>\r
</File>\r
+ <File\r
+ RelativePath="..\platform\network\cf\ResourceResponse.h"\r
+ >\r
+ </File>\r
<File\r
RelativePath="..\platform\network\cf\ResourceResponseCFNet.cpp"\r
>\r
#endif
// If we don't define these, they get defined in windef.h.
-// We want to use std::min and std::max
+// We want to use std::min and std::max.
#ifndef max
#define max max
#endif