this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[SoftLinking] Add SOFT_LINK_OPTIONAL_FRAMEWORK Stub

Thomas A f09cad43 f7804658

+3
+3
src/softlinking/include/SoftLinking/SoftLinking.h
··· 19 19 #define SOFT_LINK_NSSTRINGIFY(x) @ SOFT_LINK_STRINGIFY_INTERNAL1(x) 20 20 #define SOFT_LINK_CFSTRINGIFY(x) CFSTR(SOFT_LINK_STRINGIFY_INTERNAL1(x)) 21 21 22 + // STUB/HACK: For now just redirect to SOFT_LINK_FRAMEWORK 23 + #define SOFT_LINK_OPTIONAL_FRAMEWORK(_location, _name) SOFT_LINK_FRAMEWORK(_location,_name) 24 + 22 25 #define SOFT_LINK_FRAMEWORK(_location, _name) \ 23 26 static CFBundleRef softlink_get_cfbundle_ ## _name () { \ 24 27 static CFBundleRef bundle = NULL; \