comparison 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
comparison
equal deleted inserted replaced
15996:1f06a0433528 15997:495800004c0a
24 #define _GTKWIN32DEP_H_ 24 #define _GTKWIN32DEP_H_
25 #include <windows.h> 25 #include <windows.h>
26 #include <gtk/gtk.h> 26 #include <gtk/gtk.h>
27 #include "conversation.h" 27 #include "conversation.h"
28 28
29 HINSTANCE winpidgin_hinstance(void); 29 HINSTANCE winpidgin_dll_hinstance(void);
30 HINSTANCE winpidgin_exe_hinstance(void);
30 31
31 /* Utility */ 32 /* Utility */
32 int winpidgin_gz_decompress(const char* in, const char* out); 33 int winpidgin_gz_decompress(const char* in, const char* out);
33 int winpidgin_gz_untar(const char* filename, const char* destdir); 34 int winpidgin_gz_untar(const char* filename, const char* destdir);
34 35