Actually emit storage for the objc_weak_load hook

main
Dustin Howett 7 years ago committed by David Chisnall
parent 6c6c3e13aa
commit 33cdcd709d

@ -12,6 +12,8 @@
#import "objc/objc-arc.h"
#import "objc/blocks_runtime.h"
id (*_objc_weak_load)(id object);
#if defined(_WIN32)
// We're using the Fiber-Local Storage APIs on Windows
// because the TLS APIs won't pass app certification.

Loading…
Cancel
Save