# HG changeset patch # User Daniel Atallah # Date 1128341097 0 # Node ID ae13e73e4fd9ea4613fc83fabbf192c03ab26f47 # Parent 767e3c0c5062bcb989788ff1697bae380ae9e6c0 [gaim-migrate @ 13870] LWA_ALPHA is only defined when _WIN32_WINNT >= 0x0500 committer: Tailor Script diff -r 767e3c0c5062 -r ae13e73e4fd9 plugins/win32/transparency/win2ktrans.c --- 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 #include "internal.h"