comparison plugins/win32/transparency/win2ktrans.c @ 11600:ae13e73e4fd9

[gaim-migrate @ 13870] LWA_ALPHA is only defined when _WIN32_WINNT >= 0x0500 committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 03 Oct 2005 12:04:57 +0000
parents 944dadd28161
children 983921e78632
comparison
equal deleted inserted replaced
11599:767e3c0c5062 11600:ae13e73e4fd9
18 * you should have received a copy of the gnu general public license 18 * you should have received a copy of the gnu general public license
19 * along with this program; if not, write to the free software 19 * along with this program; if not, write to the free software
20 * foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa 20 * foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa
21 * 21 *
22 */ 22 */
23 #ifndef _WIN32_WINNT
24 #define _WIN32_WINNT 0x0500
25 #endif
23 #include <gdk/gdkwin32.h> 26 #include <gdk/gdkwin32.h>
24 #include "internal.h" 27 #include "internal.h"
25 28
26 #include "core.h" 29 #include "core.h"
27 #include "prefs.h" 30 #include "prefs.h"