]> git.saurik.com Git - cycript.git/blobdiff - Trampoline.t.cpp
New syntax: let declarations, initialised arguments.
[cycript.git] / Trampoline.t.cpp
index 267a25353dd42f64a0ed23e647c2a1cf2960081a..f8780bc126f2b79882670e7ddffd3bbbc0fa5462 100644 (file)
@@ -32,6 +32,8 @@ static _finline void dlset(Baton *baton, Type_ &function, const char *name, void
         baton->dlerror();
 }
 
+// XXX: where you find this needs to be relative to CoreFoundation (or something)
+// XXX: this needs to check if the framework is under PrivateFrameworks instead
 #define Framework(framework) \
     "/System/Library/Frameworks/" #framework ".framework/" #framework