projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use Type as the prototype-bridge for metaclasses.
[cycript.git]
/
Trampoline.t.cpp
diff --git
a/Trampoline.t.cpp
b/Trampoline.t.cpp
index 267a25353dd42f64a0ed23e647c2a1cf2960081a..5b5fc4efe523a4701a6a1acf8ff5f3d17df8bbd9 100644
(file)
--- a/
Trampoline.t.cpp
+++ b/
Trampoline.t.cpp
@@
-1,5
+1,5
@@
/* Cycript - Optimizing JavaScript Compiler/Runtime
/* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-201
0
Jay Freeman (saurik)
+ * Copyright (C) 2009-201
2
Jay Freeman (saurik)
*/
/* GNU Lesser General Public License, Version 3 {{{ */
*/
/* GNU Lesser General Public License, Version 3 {{{ */
@@
-32,6
+32,8
@@
static _finline void dlset(Baton *baton, Type_ &function, const char *name, void
baton->dlerror();
}
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
#define Framework(framework) \
"/System/Library/Frameworks/" #framework ".framework/" #framework