Ignore:
Timestamp:
Oct 14, 2007, 4:55:02 AM (18 years ago)
Author:
bdash
Message:

2007-10-14 Kevin Ollivier <[email protected]>

Reviewed by Adam.

Add support for MSVC7, and fix cases where PLATFORM(WIN) should
be PLATFORM(WIN_OS) for other ports building on Windows.

  • dom/XMLTokenizer.cpp:
  • page/FrameTree.cpp:
  • platform/StaticConstructors.h:
  • platform/String.cpp:

2007-10-5 Kevin Ollivier <[email protected]>

Reviewed by Adam.


Add support for MSVC7, and fix cases where PLATFORM(WIN) should
be PLATFORM(WIN_OS) for other ports building on Windows.


  • kjs/DateMath.cpp: (KJS::getDSTOffsetSimple):
  • kjs/JSImmediate.h:
  • wtf/Assertions.cpp:
  • wtf/Assertions.h:
  • wtf/Platform.h:
  • wtf/StringExtras.h: (snprintf): (vsnprintf):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Assertions.cpp

    r21906 r26589  
    3636#endif
    3737
    38 #if PLATFORM(WIN)
     38#if COMPILER(MSVC)
    3939#ifndef WINVER
    4040#define WINVER 0x0500
     
    7171        CFRelease(cfFormat);
    7272    } else
    73 #elif PLATFORM(WIN)
     73#elif COMPILER(MSVC)
    7474    if (IsDebuggerPresent()) {
    7575        size_t size = 1024;
Note: See TracChangeset for help on using the changeset viewer.