Add missing import declaration on runtime declarations

Fixes warnings when building for Windows MSVC.
This commit is contained in:
Frederik Seiffert 2021-08-07 22:15:32 +02:00 committed by Frederik Seiffert
parent 40f88bc622
commit 55da62c1c1

View file

@ -208,8 +208,8 @@ gs_objc_msg_forward3(id receiver, SEL op)
}
/** Hidden by legacy API define. Declare it locally */
BOOL class_isMetaClass(Class cls);
BOOL class_respondsToSelector(Class cls, SEL sel);
GS_IMPORT BOOL class_isMetaClass(Class cls);
GS_IMPORT BOOL class_respondsToSelector(Class cls, SEL sel);
/**
* Runtime hook used to provide message redirections with libobjc2.