1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 04:46:38 +02:00

Fixed Windows runtime problems

This commit is contained in:
Adam
2011-08-11 23:10:08 -04:00
parent c2780e1de4
commit d44a1d0867
5 changed files with 39 additions and 25 deletions
+4
View File
@@ -403,6 +403,10 @@ void Init(int ac, char **av)
rand_init();
add_entropy_userkeys();
#ifdef _WIN32
OnStartup();
#endif
/* load modules */
ModuleManager::LoadModuleList(Config->ModulesAutoLoad);