Changeset 161149 in webkit


Ignore:
Timestamp:
Dec 30, 2013 12:45:29 PM (10 years ago)
Author:
roger_fong@apple.com
Message:

[Windows] Unreviewed build fix following r160959.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r161146 r161149  
     12013-12-30  Roger Fong  <roger_fong@apple.com>
     2
     3        [Windows] Unreviewed build fix following r160959.
     4
     5        * wtf/Platform.h:
     6
    172013-12-30  Anders Carlsson  <andersca@apple.com>
    28
  • trunk/Source/WTF/wtf/Platform.h

    r161032 r161149  
    10721072#endif
    10731073
     1074#if COMPILER(MSVC)
     1075#undef __STDC_LIMIT_MACROS
     1076#define __STDC_LIMIT_MACROS
     1077#undef _HAS_EXCEPTIONS
     1078#define _HAS_EXCEPTIONS 1
     1079#endif
     1080
    10741081#endif /* WTF_Platform_h */
Note: See TracChangeset for help on using the changeset viewer.