diff options
Diffstat (limited to 'Tools/TestWebKitAPI/TestWebKitAPIPrefix.h')
-rw-r--r-- | Tools/TestWebKitAPI/TestWebKitAPIPrefix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/TestWebKitAPIPrefix.h b/Tools/TestWebKitAPI/TestWebKitAPIPrefix.h index 00e14ad..ee56430 100644 --- a/Tools/TestWebKitAPI/TestWebKitAPIPrefix.h +++ b/Tools/TestWebKitAPI/TestWebKitAPIPrefix.h @@ -36,6 +36,10 @@ #endif +/* FIXME: Define these properly once USE(EXPORT_MACROS) is set for ports using this */ +#define JS_EXPORT_PRIVATE +#define WTF_EXPORT_PRIVATE + #include <stdint.h> #include <WebKit2/WebKit2.h> |