Changeset 13089 in webkit for trunk/JavaScriptCore/kjs/identifier.cpp
- Timestamp:
- Mar 2, 2006, 1:12:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.cpp
r12329 r13089 26 26 // runs at init time. 27 27 28 #if ! defined(WIN32) // can't get this to compile on Visual C++ yet28 #if !PLATFORM(WIN_OS) // 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.