mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add missing import declaration on runtime declarations
Fixes warnings when building for Windows MSVC.
This commit is contained in:
parent
40f88bc622
commit
55da62c1c1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue