Implement "Start on window system startup" on Win32 + Linux.

This commit is contained in:
Matt Corallo
2011-12-19 18:49:07 -05:00
parent 8214620178
commit f18a119ac0
4 changed files with 166 additions and 3 deletions

View File

@@ -11,4 +11,7 @@ void Shutdown(void* parg);
bool AppInit(int argc, char* argv[]);
bool AppInit2(int argc, char* argv[]);
bool GetStartOnSystemStartup();
bool SetStartOnSystemStartup(bool fAutoStart);
#endif