[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

paroga at webkit.org paroga at webkit.org
Mon Feb 21 00:36:19 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 299fe8a76729fdcafcd3763e1c4146c7a7753c19
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 2 02:18:20 2011 +0000

    2011-02-01  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Andreas Kling.
    
            Change wrong PLATFORM(WIN) to USE(WININET)
            https://bugs.webkit.org/show_bug.cgi?id=53547
    
            * platform/network/ResourceHandle.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77351 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 81cedea..aa0129a 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-02-01  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Andreas Kling.
+
+        Change wrong PLATFORM(WIN) to USE(WININET)
+        https://bugs.webkit.org/show_bug.cgi?id=53547
+
+        * platform/network/ResourceHandle.h:
+
 2011-02-01  Beth Dakin  <bdakin at apple.com>
 
         32-bit build fix.
diff --git a/Source/WebCore/platform/network/ResourceHandle.h b/Source/WebCore/platform/network/ResourceHandle.h
index d518d87..b0912d3 100644
--- a/Source/WebCore/platform/network/ResourceHandle.h
+++ b/Source/WebCore/platform/network/ResourceHandle.h
@@ -41,7 +41,7 @@ typedef struct _SoupSession SoupSession;
 typedef const struct __CFData * CFDataRef;
 #endif
 
-#if PLATFORM(WIN)
+#if USE(WININET)
 typedef unsigned long DWORD;
 typedef unsigned long DWORD_PTR;
 typedef void* LPVOID;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list