Commit cef8ae95 authored by eric@webkit.org's avatar eric@webkit.org

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

        Reviewed by Eric Seidel.

        [BREWMP] Define WTF_PLATFORM_BREWMP=1 when BUILDING_BREWMP is defined
        https://bugs.webkit.org/show_bug.cgi?id=34386

        Define WTF_PLATFORM_BREWMP=1 so that PLATFORM(BREWMP) guard can be used.

        * wtf/Platform.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@54216 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent b9699687
2010-02-02 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
[BREWMP] Define WTF_PLATFORM_BREWMP=1 when BUILDING_BREWMP is defined
https://bugs.webkit.org/show_bug.cgi?id=34386
Define WTF_PLATFORM_BREWMP=1 so that PLATFORM(BREWMP) guard can be used.
* wtf/Platform.h:
2010-02-01 Kent Tamura <tkent@chromium.org> 2010-02-01 Kent Tamura <tkent@chromium.org>
Reviewed by Darin Adler. Reviewed by Darin Adler.
......
...@@ -415,6 +415,8 @@ ...@@ -415,6 +415,8 @@
#define WTF_PLATFORM_GTK 1 #define WTF_PLATFORM_GTK 1
#elif defined(BUILDING_HAIKU__) #elif defined(BUILDING_HAIKU__)
#define WTF_PLATFORM_HAIKU 1 #define WTF_PLATFORM_HAIKU 1
#elif defined(BUILDING_BREWMP__)
#define WTF_PLATFORM_BREWMP 1
#elif OS(DARWIN) #elif OS(DARWIN)
#define WTF_PLATFORM_MAC 1 #define WTF_PLATFORM_MAC 1
#elif OS(WINDOWS) #elif OS(WINDOWS)
......
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