diff pidgin/win32/gtkwin32dep.h @ 15997:495800004c0a

4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 05 Apr 2007 04:25:11 +0000
parents 32c366eeeb99
children 4b1e2aefeb9d
line wrap: on
line diff
--- a/pidgin/win32/gtkwin32dep.h	Thu Apr 05 03:00:48 2007 +0000
+++ b/pidgin/win32/gtkwin32dep.h	Thu Apr 05 04:25:11 2007 +0000
@@ -26,7 +26,8 @@
 #include <gtk/gtk.h>
 #include "conversation.h"
 
-HINSTANCE winpidgin_hinstance(void);
+HINSTANCE winpidgin_dll_hinstance(void);
+HINSTANCE winpidgin_exe_hinstance(void);
 
 /* Utility */
 int winpidgin_gz_decompress(const char* in, const char* out);