ifndef so prefs editor compiles

This commit is contained in:
asvitkine 2007-01-24 03:36:48 +00:00
parent b1f1592f44
commit 3b28326f7e

View File

@ -66,7 +66,9 @@ prefs_desc common_prefs_items[] = {
void AddPrefsDefaults(void) void AddPrefsDefaults(void)
{ {
#ifndef PREFS_EDITOR
SysAddSerialPrefs(); SysAddSerialPrefs();
#endif
PrefsAddInt32("bootdriver", 0); PrefsAddInt32("bootdriver", 0);
PrefsAddInt32("bootdrive", 0); PrefsAddInt32("bootdrive", 0);
PrefsAddInt32("ramsize", 16 * 1024 * 1024); PrefsAddInt32("ramsize", 16 * 1024 * 1024);