mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
only if standalone
This commit is contained in:
parent
743888f407
commit
80a7589e29
@ -25,6 +25,7 @@
|
||||
|
||||
const int CDROMRefNum = -62; // RefNum of driver
|
||||
|
||||
#ifdef STANDALONE_PREFS
|
||||
void prefs_init()
|
||||
{
|
||||
}
|
||||
@ -32,6 +33,7 @@ void prefs_init()
|
||||
void prefs_exit()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
@implementation PrefsEditor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user