pidgin.win32.autotools: 99714ea8: It is always going to be libpidgin.dll

datallah at pidgin.im datallah at pidgin.im
Wed Nov 3 15:45:46 EDT 2010


----------------------------------------------------------------------
Revision: 99714ea8abf713bd5f4c137898f7c84823f26675
Parent:   90a65fb07b40f8de7536f1847447b5b09848b814
Author:   datallah at pidgin.im
Date:     11/02/10 18:09:18
Branch:   im.pidgin.pidgin.win32.autotools
URL: http://d.pidgin.im/viewmtn/revision/info/99714ea8abf713bd5f4c137898f7c84823f26675

Changelog: 

It is always going to be libpidgin.dll

Changes against parent 90a65fb07b40f8de7536f1847447b5b09848b814

  patched  pidgin/win32/winpidgin.c

-------------- next part --------------
============================================================
--- pidgin/win32/winpidgin.c	5e8188f24a1605009d6c4dfa082efafa993ea3bf
+++ pidgin/win32/winpidgin.c	63f79c79fa5bca03ade06d36e05e428998086990
@@ -786,11 +786,7 @@ WinMain (struct HINSTANCE__ *hInstance, 
 		BOOL mod_not_found = (dw == ERROR_MOD_NOT_FOUND || dw == ERROR_DLL_NOT_FOUND);
 		const wchar_t *err_msg = get_win32_error_message(dw);
 
-#ifdef USE_FHS
 		_snwprintf(errbuf, 512, L"Error loading libpidgin.dll.\nError: (%u) %s%s%s",
-#else
-		_snwprintf(errbuf, 512, L"Error loading pidgin.dll.\nError: (%u) %s%s%s",
-#endif
 			(UINT) dw, err_msg,
 			mod_not_found ? L"\n" : L"",
 			mod_not_found ? L"This probably means that GTK+ can't be found." : L"");


More information about the Commits mailing list