# HG changeset patch # User Daniel Atallah # Date 1267400498 0 # Node ID 10ea601e6502f2455a180174ec0fc7ed8cb92a57 # Parent e431442dd5c2dbc5c713a231253845b2333fc854 Update _WIN32_IE definition slightly to make building with mingw-64 more pleasant diff -r e431442dd5c2 -r 10ea601e6502 libpurple/win32/win32dep.c --- 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