Ignore:
Timestamp:
May 15, 2013, 12:12:04 PM (12 years ago)
Author:
[email protected]
Message:

WebKit doesn't support MSVS2003 any more, remove preprocessor checks for older versions.
https://bugs.webkit.org/show_bug.cgi?id=116157

Reviewed by Anders Carlsson.

Also remove a gcc3.2 workaround.

Merges parts of these two commits by the talented Nico Weber:
https://chromium.googlesource.com/chromium/blink/+/3677e2f47348daeff405a40b6f90fbdf0654c2f5
https://chromium.googlesource.com/chromium/blink/+/0fcd96c448dc30be1416dcc15713c53710c1a312

Source/JavaScriptCore:

  • os-win32/inttypes.h:

Source/WTF:

  • wtf/Alignment.h:

(WTF):

  • wtf/Assertions.h:
  • wtf/Atomics.h:

(WTF):

  • wtf/Compiler.h:
  • wtf/DateMath.cpp:

(WTF::getLocalTime):

  • wtf/MathExtras.h:
  • wtf/RefCountedLeakCounter.h:

(RefCountedLeakCounter):

  • wtf/StaticConstructors.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/os-win32/inttypes.h

    r108641 r150134  
    3737#if !COMPILER(MSVC)
    3838#error "This inttypes.h file should only be compiled with MSVC"
    39 #endif
    40 
    41 #ifdef WTF_COMPILER_MSVC7_OR_LOWER
    42 // https://bugs.webkit.org/show_bug.cgi?id=76210
    43 #error "Visual Studio 2005 or newer is required"
    4439#endif
    4540
Note: See TracChangeset for help on using the changeset viewer.