changeset 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 767e3c0c5062
children 86501c7bce46
files plugins/win32/transparency/win2ktrans.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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"