Changeset 10713 in webkit for trunk/JavaScriptCore/kjs/identifier.cpp
- Timestamp:
- Oct 3, 2005, 6:43:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.cpp
r10701 r10713 26 26 // runs at init time. 27 27 28 #if ! WIN32// can't get this to compile on Visual C++ yet28 #if !defined(WIN32) // can't get this to compile on Visual C++ yet 29 29 #define AVOID_STATIC_CONSTRUCTORS 1 30 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.