This commit is contained in:
parent
e7d9edec27
commit
11069552df
12 changed files with 50 additions and 15 deletions
|
|
@ -351,6 +351,10 @@ static MwBool MwLLDoModernImpl(MwLL handle) {
|
|||
return MwFALSE;
|
||||
}
|
||||
|
||||
static void MwLLRaiseImpl(MwLL handle) {
|
||||
(void)handle;
|
||||
}
|
||||
|
||||
static int MwLLClassicMacOSCallInitImpl(void) {
|
||||
InitGraf(&qd.thePort);
|
||||
InitFonts();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue