X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c1d3e52e58e86c49f9d04e06ae8e0ece4b98250c..a2909cb767bc931614365686a15cb619191076b1:/Standard.hpp diff --git a/Standard.hpp b/Standard.hpp index 6c9da9f..f2f93b3 100644 --- a/Standard.hpp +++ b/Standard.hpp @@ -39,4 +39,9 @@ #define _noreturn \ __attribute__((__noreturn__)) +#define _visible \ + __attribute__((__visibility__("default"))) +#define _extern \ + extern "C" _visible + #endif/*CYCRIPT_STANDARD_HPP*/