Ignore:
Timestamp:
Mar 4, 2007, 5:33:33 PM (18 years ago)
Author:
ddkilzer
Message:

JavaScriptCore:

Reviewed by Nikolas Zimmermann.

  • wtf/Assertions.cpp: Don't #define WINVER and _WIN32_WINNT if they are already defined.
File:
1 edited

Legend:

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

    r18326 r19956  
    3636
    3737#if PLATFORM(WIN)
     38#ifndef WINVER
    3839#define WINVER 0x0500
     40#endif
     41#ifndef _WIN32_WINNT
    3942#define _WIN32_WINNT 0x0500
     43#endif
    4044#include <windows.h>
    4145#include <crtdbg.h>
Note: See TracChangeset for help on using the changeset viewer.