diff src/main.c @ 6890:4eee806af511

[gaim-migrate @ 7436] Checking for Dll Hell on gaim startup.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 18 Sep 2003 22:12:36 +0000
parents 5aeba37b303c
children dece74f05509
line wrap: on
line diff
--- a/src/main.c	Thu Sep 18 20:57:19 2003 +0000
+++ b/src/main.c	Thu Sep 18 22:12:36 2003 +0000
@@ -540,7 +540,7 @@
 
 /* FUCKING GET ME A TOWEL! */
 #ifdef _WIN32
-int gaim_main(int argc, char *argv[])
+int gaim_main(HINSTANCE hint, int argc, char *argv[])
 #else
 int main(int argc, char *argv[])
 #endif
@@ -806,6 +806,7 @@
 	}
 
 #ifdef _WIN32
+        wgaim_set_hinstance(hint);
         wgaim_pre_plugin_init();
 #endif