]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - API/JSStringRef.h
JavaScriptCore-1097.3.3.tar.gz
[apple/javascriptcore.git] / API / JSStringRef.h
index c58b95821043474094fcc4fe7e9a1047b259d262..75d73c919094855cba65163c522002213e1dc4a0 100644 (file)
@@ -37,7 +37,8 @@
 extern "C" {
 #endif
 
-#if !defined(WIN32) && !defined(_WIN32) && !defined(__WINSCW__)
+#if !defined(WIN32) && !defined(_WIN32) \
+    && !((defined(__CC_ARM) || defined(__ARMCC__)) && !defined(__linux__)) /* RVCT */
 /*!
 @typedef JSChar
 @abstract A Unicode character.