Changeset 648 for trunk/src/3rdparty/webkit/JavaScriptCore
- Timestamp:
- Mar 7, 2010, 9:50:22 PM (15 years ago)
- Location:
- trunk/src/3rdparty/webkit/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/webkit/JavaScriptCore/API/JSBase.h
r561 r648 68 68 #if defined(BUILDING_WX__) 69 69 #define JS_EXPORT 70 #elif defined(__GNUC__) && !defined(__CC_ARM) && !defined(__ARMCC__) 70 #elif defined(__GNUC__) && !defined(__CC_ARM) && !defined(__ARMCC__) 71 71 #define JS_EXPORT __attribute__((visibility("default"))) 72 72 #elif defined(_WIN32_WCE) … … 78 78 #define JS_EXPORT 79 79 #endif 80 #elif defined(WIN32) || defined(_WIN32) 80 #elif defined(WIN32) || defined(_WIN32) 81 81 /* 82 82 * TODO: Export symbols with JS_EXPORT when using MSVC. -
trunk/src/3rdparty/webkit/JavaScriptCore/config.h
r561 r648 26 26 #include <wtf/Platform.h> 27 27 28 #if PLATFORM(WIN_OS) && !defined(BUILDING_WX__) && !COMPILER(GCC)28 #if ) 29 29 #if defined(BUILDING_JavaScriptCore) || defined(BUILDING_WTF) 30 30 #define JS_EXPORTDATA __declspec(dllexport)
Note:
See TracChangeset
for help on using the changeset viewer.