]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Library.mm
Allow APR link flags to be configure overridden.
[cycript.git] / ObjectiveC / Library.mm
index 24269e2e9f4a3434900418305449c67095ba937a..59006c75fd08f68c07bbe3d4a546e85cd3e6c5eb 100644 (file)
@@ -32,7 +32,6 @@
 #ifdef __APPLE__
 #include <CoreFoundation/CoreFoundation.h>
 #include <JavaScriptCore/JSStringRefCF.h>
-#include <WebKit/WebScriptObject.h>
 #include <objc/runtime.h>
 #endif
 
@@ -570,7 +569,6 @@ struct PropertyAttributes {
 };
 #endif
 
-#ifndef __APPLE__
 @interface CYWebUndefined : NSObject {
 }
 
@@ -588,7 +586,6 @@ struct PropertyAttributes {
 @end
 
 #define WebUndefined CYWebUndefined
-#endif
 
 /* Bridge: CYJSObject {{{ */
 @interface CYJSObject : NSMutableDictionary {