forked from pyrite-dev/milsko
raise
This commit is contained in:
parent
e7d9edec27
commit
11069552df
12 changed files with 50 additions and 15 deletions
|
|
@ -1164,6 +1164,10 @@ static MwBool MwLLDoModernImpl(MwLL handle) {
|
|||
return MwTRUE;
|
||||
}
|
||||
|
||||
static void MwLLRaiseImpl(MwLL handle) {
|
||||
(void)handle;
|
||||
}
|
||||
|
||||
static int MwLLCocoaCallInitImpl(void) {
|
||||
#ifndef __APPLE__
|
||||
printf("Using GNUStep Backend\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue