| 1 /** |
1 /* |
| 2 * @file gtkwin32dep.h UI Win32 Specific Functionality |
|
| 3 * @ingroup win32 |
|
| 4 * |
|
| 5 * Pidgin is the legal property of its developers, whose names are too numerous |
2 * Pidgin is the legal property of its developers, whose names are too numerous |
| 6 * to list here. Please refer to the COPYRIGHT file distributed with this |
3 * to list here. Please refer to the COPYRIGHT file distributed with this |
| 7 * source distribution |
4 * source distribution |
| 8 * |
5 * |
| 9 * This program is free software; you can redistribute it and/or modify |
6 * This program is free software; you can redistribute it and/or modify |
| 20 * along with this program; if not, write to the Free Software |
17 * along with this program; if not, write to the Free Software |
| 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 22 */ |
19 */ |
| 23 #ifndef _GTKWIN32DEP_H_ |
20 #ifndef _GTKWIN32DEP_H_ |
| 24 #define _GTKWIN32DEP_H_ |
21 #define _GTKWIN32DEP_H_ |
| |
22 /** |
| |
23 * SECTION:gtkwin32dep |
| |
24 * @section_id: pidgin-gtkwin32dep |
| |
25 * @short_description: <filename>gtkwin32dep.h</filename> |
| |
26 * @title: UI Win32 Specific Functionality |
| |
27 */ |
| 25 |
28 |
| 26 #include <config.h> |
29 #include <config.h> |
| 27 |
30 |
| 28 #include <windows.h> |
31 #include <windows.h> |
| 29 #include <gtk/gtk.h> |
32 #include <gtk/gtk.h> |