Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code

This commit is contained in:
Wladimir J. van der Laan
2012-05-01 18:44:11 +02:00
parent 82f66082b9
commit 67d4cbab46
7 changed files with 155 additions and 154 deletions

View File

@@ -90,6 +90,9 @@ namespace GUIUtil
int size_threshold;
};
bool GetStartOnSystemStartup();
bool SetStartOnSystemStartup(bool fAutoStart);
} // namespace GUIUtil
#endif // GUIUTIL_H