Changeset 54528 in webkit


Ignore:
Timestamp:
Feb 8, 2010 11:15:12 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-08 Kwang Yul Seo <skyul@company100.net>

Reviewed by Eric Seidel.

[BREWMP] Undefine WTF_OS_WINDOWS and WTF_PLATFORM_WIN
https://bugs.webkit.org/show_bug.cgi?id=34561

As the binary for simulator is built with MSVC 2005,
WTF_OS_WINDOWS and WTF_PLATFORM_WIN are defined.
Undefine them as we don't target Windows.

  • wtf/Platform.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r54522 r54528  
     12010-02-08  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [BREWMP] Undefine WTF_OS_WINDOWS and WTF_PLATFORM_WIN
     6        https://bugs.webkit.org/show_bug.cgi?id=34561
     7
     8        As the binary for simulator is built with MSVC 2005,
     9        WTF_OS_WINDOWS and WTF_PLATFORM_WIN are defined.
     10        Undefine them as we don't target Windows.
     11
     12        * wtf/Platform.h:
     13
    1142010-02-08  Chris Rogers  <crogers@google.com>
    215
  • trunk/JavaScriptCore/wtf/Platform.h

    r54457 r54528  
    423423#define WTF_PLATFORM_BREWMP_SIMULATOR 0
    424424#endif
     425#undef WTF_OS_WINDOWS
     426#undef WTF_PLATFORM_WIN
    425427#elif OS(DARWIN)
    426428#define WTF_PLATFORM_MAC 1
Note: See TracChangeset for help on using the changeset viewer.