diff 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
line wrap: on
line diff
--- a/plugins/win32/transparency/win2ktrans.c	Mon Oct 03 06:39:49 2005 +0000
+++ b/plugins/win32/transparency/win2ktrans.c	Mon Oct 03 12:04:57 2005 +0000
@@ -20,6 +20,9 @@
  * foundation, inc., 59 temple place, suite 330, boston, ma  02111-1307  usa
  *
  */
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0500
+#endif
 #include <gdk/gdkwin32.h>
 #include "internal.h"