src/win32/win32dep.c

changeset 5913
4d016c00bb36
parent 5854
27de8b637dc9
child 6083
cc86a426e8e8
equal deleted inserted replaced
5912:32619a71edd2 5913:4d016c00bb36
1 /* 1 /*
2 * win32dep.c 2 * gaim
3 * 3 *
4 * Author: Herman Bloggs <hermanator12002@yahoo.com> 4 * File: win32dep.c
5 * Date: June, 2002 5 * Date: June, 2002
6 * Description: Windows dependant code for Gaim 6 * Description: Windows dependant code for Gaim
7 *
8 * Copyright (C) 2002-2003, Herman Bloggs <hermanator12002@yahoo.com>
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 *
7 */ 24 */
8 #include <windows.h> 25 #include <windows.h>
9 #include <stdlib.h> 26 #include <stdlib.h>
10 #include <stdio.h> 27 #include <stdio.h>
11 #include <winuser.h> 28 #include <winuser.h>
29
30 #include <gtk/gtk.h>
12 #include <glib.h> 31 #include <glib.h>
13 #include <gdk/gdkwin32.h> 32 #include <gdk/gdkwin32.h>
14 33
15 #include "gaim.h" 34 #include "gaim.h"
35 #include "debug.h"
36
16 #include "stdafx.h" 37 #include "stdafx.h"
17 #include "resource.h" 38 #include "resource.h"
18 #include "MinimizeToTray.h" 39 #include "MinimizeToTray.h"
19 #include "systray.h" 40 #include "systray.h"
20 #include "winuser_extra.h" 41 #include "winuser_extra.h"
21 #include "idletrack.h" 42 #include "idletrack.h"
22 #include "zlib.h" 43 #include "zlib.h"
23 #include "untar.h" 44 #include "untar.h"
45
24 46
25 /* 47 /*
26 * DEFINES & MACROS 48 * DEFINES & MACROS
27 */ 49 */
28 50

mercurial