mirror of https://github.com/Gnucash/gnucash
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20406 57a11ea4-9604-0410-9ed3-97b8803252fdpull/1/head
parent
556a70b9a8
commit
7a006b4818
@ -0,0 +1,22 @@
|
||||
diff -ur -x '*.lo' -x '*.o' webkit-1.1.90-orig/WebCore/platform/network/ResourceResponseBase.h webkit-1.1.90/WebCore/platform/network/ResourceResponseBase.h
|
||||
--- webkit-1.1.90-orig/WebCore/platform/network/ResourceResponseBase.h 2010-02-22 17:36:04.000000000 +0100
|
||||
+++ webkit-1.1.90/WebCore/platform/network/ResourceResponseBase.h 2011-03-12 22:11:06.720211214 +0100
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "KURL.h"
|
||||
|
||||
#include <wtf/PassOwnPtr.h>
|
||||
+#include <ctime>
|
||||
|
||||
namespace WebCore {
|
||||
|
||||
diff -ur webkit-1.2.7-orig/WebCore/page/Page.h webkit-1.2.7/WebCore/page/Page.h
|
||||
--- webkit-1.2.7-orig/WebCore/page/Page.h 2010-09-10 15:20:33.000000000 +0200
|
||||
+++ webkit-1.2.7/WebCore/page/Page.h 2011-03-12 23:25:35.670211006 +0100
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <wtf/Forward.h>
|
||||
#include <wtf/HashSet.h>
|
||||
#include <wtf/Noncopyable.h>
|
||||
+#include <ctime>
|
||||
|
||||
#if PLATFORM(MAC)
|
||||
#include "SchedulePair.h"
|
||||
@ -0,0 +1,22 @@
|
||||
diff -ur webkit-1.2.7-orig/WebCore/dom/XMLTokenizerLibxml2.cpp webkit-1.2.7/WebCore/dom/XMLTokenizerLibxml2.cpp
|
||||
--- webkit-1.2.7-orig/WebCore/dom/XMLTokenizerLibxml2.cpp 2010-09-10 15:20:33.000000000 +0200
|
||||
+++ webkit-1.2.7/WebCore/dom/XMLTokenizerLibxml2.cpp 2011-03-12 23:13:39.521370554 +0100
|
||||
@@ -23,6 +23,9 @@
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
+#define _GNU_SOURCE
|
||||
+#include <cstdio>
|
||||
+
|
||||
#include "config.h"
|
||||
#include "XMLTokenizer.h"
|
||||
|
||||
@@ -908,7 +911,7 @@
|
||||
if (m_parserStopped)
|
||||
return;
|
||||
|
||||
-#if COMPILER(MSVC) || COMPILER(RVCT)
|
||||
+#if 1
|
||||
char m[1024];
|
||||
vsnprintf(m, sizeof(m) - 1, message, args);
|
||||
#else
|
||||
Loading…
Reference in new issue