Mercurial > pidgin.yaz
comparison libpurple/win32/win32dep.c @ 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 | 3be6a18e0bcb |
children | 7be961ff3fa2 |
comparison
equal
deleted
inserted
replaced
29904:e431442dd5c2 | 29905:10ea601e6502 |
---|---|
20 * You should have received a copy of the GNU General Public License | 20 * You should have received a copy of the GNU General Public License |
21 * along with this program; if not, write to the Free Software | 21 * along with this program; if not, write to the Free Software |
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
23 * | 23 * |
24 */ | 24 */ |
25 #define _WIN32_IE 0x500 | 25 #define _WIN32_IE 0x501 |
26 #include "internal.h" | 26 #include "internal.h" |
27 #include <winuser.h> | 27 #include <winuser.h> |
28 | 28 |
29 #include "debug.h" | 29 #include "debug.h" |
30 #include "notify.h" | 30 #include "notify.h" |