diff src/win32/win32dep.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 060aa79a733e
children 906567be99b2
line wrap: on
line diff
--- a/src/win32/win32dep.c	Thu Sep 18 20:57:19 2003 +0000
+++ b/src/win32/win32dep.c	Thu Sep 18 22:12:36 2003 +0000
@@ -109,6 +109,10 @@
  *  PUBLIC CODE
  */
 
+void wgaim_set_hinstance(HINSTANCE hint) {
+	gaimexe_hInstance = hint;
+}
+
 HINSTANCE wgaim_hinstance(void) {
 	return gaimexe_hInstance;
 }