Changeset 148230 in webkit


Ignore:
Timestamp:
Apr 11, 2013 1:22:34 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Windows build failure after r136056
https://bugs.webkit.org/show_bug.cgi?id=114121

Patch by Kalev Lember <kalevlember@gmail.com> on 2013-04-11
Reviewed by Martin Robinson.

  • TestWebKitAPI/config.h: Make sure defines are correct for other

Windows ports than apple-win.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r148222 r148230  
     12013-04-11  Kalev Lember  <kalevlember@gmail.com>
     2
     3        [GTK] Windows build failure after r136056
     4        https://bugs.webkit.org/show_bug.cgi?id=114121
     5
     6        Reviewed by Martin Robinson.
     7
     8        * TestWebKitAPI/config.h: Make sure defines are correct for other
     9        Windows ports than apple-win.
     10
    1112013-04-11  Ojan Vafai  <ojan@chromium.org>
    212
  • trunk/Tools/TestWebKitAPI/config.h

    r147866 r148230  
    4646#endif
    4747
    48 #elif defined(WIN32) || defined(_WIN32)
     48#elif PLATFORM(WIN)
    4949
    5050#ifndef NOMINMAX
     
    6565#endif
    6666
    67 #endif
     67#endif // PLATFORM(WIN)
    6868
    6969#include <stdint.h>
Note: See TracChangeset for help on using the changeset viewer.