Commit 1848851e authored by eric@webkit.org's avatar eric@webkit.org

2010-02-01 Patrick Gansterer <paroga@paroga.com>

        Reviewed by Darin Adler.

        [Qt] WinCE buildfix after r52729 and fix for Q_BIG_ENDIAN typo.
        https://bugs.webkit.org/show_bug.cgi?id=34378

        * wtf/Platform.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@54176 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 66b0de31
2010-02-01 Patrick Gansterer <paroga@paroga.com>
Reviewed by Darin Adler.
[Qt] WinCE buildfix after r52729 and fix for Q_BIG_ENDIAN typo.
https://bugs.webkit.org/show_bug.cgi?id=34378
* wtf/Platform.h:
2010-02-01 Oliver Hunt <oliver@apple.com> 2010-02-01 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough. Reviewed by Gavin Barraclough.
......
...@@ -481,10 +481,10 @@ ...@@ -481,10 +481,10 @@
*/ */
#if OS(WINCE) && PLATFORM(QT) #if OS(WINCE) && PLATFORM(QT)
# include <QtGlobal> # include <QtGlobal>
# undef WTF_PLATFORM_BIG_ENDIAN # undef WTF_CPU_BIG_ENDIAN
# undef WTF_PLATFORM_MIDDLE_ENDIAN # undef WTF_CPU_MIDDLE_ENDIAN
# if Q_BYTE_ORDER == Q_BIG_EDIAN # if Q_BYTE_ORDER == Q_BIG_ENDIAN
# define WTF_PLATFORM_BIG_ENDIAN 1 # define WTF_CPU_BIG_ENDIAN 1
# endif # endif
# include <ce_time.h> # include <ce_time.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment