| 394 gchar *exchndl_dll_path; |
394 gchar *exchndl_dll_path; |
| 395 |
395 |
| 396 if (purple_debug_is_verbose()) |
396 if (purple_debug_is_verbose()) |
| 397 purple_debug_misc("winpidgin", "winpidgin_init start\n"); |
397 purple_debug_misc("winpidgin", "winpidgin_init start\n"); |
| 398 |
398 |
| 399 exchndl_dll_path = g_build_filename(wpurple_install_dir(), "exchndl.dll", NULL); |
399 exchndl_dll_path = g_build_filename(wpurple_bin_dir(), "exchndl.dll", NULL); |
| 400 MySetLogFile = (LPFNSETLOGFILE) wpurple_find_and_loadproc(exchndl_dll_path, "SetLogFile"); |
400 MySetLogFile = (LPFNSETLOGFILE) wpurple_find_and_loadproc(exchndl_dll_path, "SetLogFile"); |
| 401 g_free(exchndl_dll_path); |
401 g_free(exchndl_dll_path); |
| 402 exchndl_dll_path = NULL; |
402 exchndl_dll_path = NULL; |
| 403 if (MySetLogFile) { |
403 if (MySetLogFile) { |
| 404 gchar *debug_dir, *locale_debug_dir; |
404 gchar *debug_dir, *locale_debug_dir; |