Changeset 34686 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Jun 20, 2008, 2:06:11 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-06-19 Ariya Hidayat <[email protected]>

Reviewed by Timothy Hatcher.

Introduce compiler define for MinGW, to have COMPILER(MINGW).

  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r34150 r34686  
    188188#endif
    189189
     190/* COMPILER(MINGW) */
     191#if defined(MINGW) || defined(__MINGW32__)
     192#define WTF_COMPILER_MINGW 1
     193#endif
     194
    190195/* COMPILER(BORLAND) */
    191196/* not really fully supported - is this relevant any more? */
Note: See TracChangeset for help on using the changeset viewer.