From 2b9b868cf761f5b44eebbd283163c73f520bef7d Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sun, 31 Mar 2019 15:44:53 +0100 Subject: [PATCH] Remove inline from isSelRegistered. It seems to not be exported in the Windows release configuration. --- selector_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selector_table.c b/selector_table.c index c6669a8..b11a449 100644 --- a/selector_table.c +++ b/selector_table.c @@ -75,7 +75,7 @@ static inline struct sel_type_list *selLookup(uint32_t idx) return selLookup_locked(idx); } -PRIVATE inline BOOL isSelRegistered(SEL sel) +PRIVATE BOOL isSelRegistered(SEL sel) { if ((uintptr_t)sel->name < (uintptr_t)selector_count) {