Changeset 94342 in webkit for trunk/Source/JavaScriptCore/wtf
- Timestamp:
- Sep 1, 2011, 2:06:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/Platform.h
r94251 r94342 683 683 684 684 #if !defined(HAVE_VASPRINTF) 685 #if !COMPILER(MSVC) && !COMPILER(RVCT) && !COMPILER(MINGW) 685 #if !COMPILER(MSVC) && !COMPILER(RVCT) && !COMPILER(MINGW) && !(COMPILER(GCC) && OS(QNX)) 686 686 #define HAVE_VASPRINTF 1 687 687 #endif
Note:
See TracChangeset
for help on using the changeset viewer.