comparison src/win32/win32dep.c @ 5472:a2acc2b79ff1

[gaim-migrate @ 5864] This enables crash reports to be written out to gaim.RPT if exchndl.dll is placed in the gaim install dir committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 21 May 2003 16:12:54 +0000
parents 89a5b0e23ea4
children 14891982dbee
comparison
equal deleted inserted replaced
5471:e4696979ba19 5472:a2acc2b79ff1
305 void wgaim_init(void) { 305 void wgaim_init(void) {
306 WORD wVersionRequested; 306 WORD wVersionRequested;
307 WSADATA wsaData; 307 WSADATA wsaData;
308 char* locale=0; 308 char* locale=0;
309 char newenv[128]; 309 char newenv[128];
310 char* drmingw;
310 311
311 debug_printf("wgaim_init\n"); 312 debug_printf("wgaim_init\n");
313
314 /* Load exception handler if we have it */
315 drmingw = g_build_filename(wgaim_install_dir(), "exchndl.dll", NULL);
316 LoadLibrary(drmingw);
317 g_free(drmingw);
312 318
313 load_winver_specific_procs(); 319 load_winver_specific_procs();
314 320
315 /* Initialize Wingaim systray icon */ 321 /* Initialize Wingaim systray icon */
316 wgaim_systray_init(); 322 wgaim_systray_init();