Skip to content

Commit bd274a7

Browse files
triplefdavidchisnall
authored andcommitted
Fix visibility of hooks on Windows.
1 parent d20947b commit bd274a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hooks.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#include "objc/runtime.h"
2-
#define OBJC_HOOK
2+
#define OBJC_HOOK OBJC_PUBLIC
33
#include "objc/hooks.h"
4-

0 commit comments

Comments
 (0)