Mercurial > pidgin.yaz
changeset 29905:10ea601e6502
Update _WIN32_IE definition slightly to make building with mingw-64 more pleasant
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 28 Feb 2010 23:41:38 +0000 |
parents | e431442dd5c2 |
children | 89120a5b285a |
files | libpurple/win32/win32dep.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/win32/win32dep.c Sun Feb 28 23:40:51 2010 +0000 +++ b/libpurple/win32/win32dep.c Sun Feb 28 23:41:38 2010 +0000 @@ -22,7 +22,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA * */ -#define _WIN32_IE 0x500 +#define _WIN32_IE 0x501 #include "internal.h" #include <winuser.h>