Skip to content
  • paroga@webkit.org's avatar
    use NOMINMAX instead of #define min min · 1f9d5c5c
    paroga@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=73563
    
    Reviewed by Brent Fulgham.
    
    Use NOMINMAX instead of #define min/max as a cleaner
    way of ensuring that Windows system header files don't
    define min/max as macro in the first place.
    
    Source/JavaScriptCore:
    
    * config.h:
    
    Source/WebCore:
    
    * WebCorePrefix.h:
    * config.h:
    
    Source/WebKit/win:
    
    * WebKitPrefix.h:
    
    Source/WebKit2:
    
    * config.h:
    
    Source/WTF:
    
    * config.h:
    
    Tools:
    
    * DumpRenderTree/DumpRenderTreePrefix.h:
    * DumpRenderTree/cg/ImageDiffCG.cpp:
    * DumpRenderTree/config.h:
    * DumpRenderTree/win/ImageDiffCairo.cpp:
    * WebKitTestRunner/WebKitTestRunnerPrefix.h:
    * WebKitTestRunner/config.h:
    
    WebKitLibraries:
    
    * win/tools/vsprops/common.props:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156302 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    1f9d5c5c