Replace FIXME with proper SDK version define

This commit is contained in:
Hans Breuer 2009-05-30 15:02:14 +02:00
parent 661bb521d1
commit f4e89ab877

View File

@ -23,7 +23,7 @@
#ifdef G_OS_WIN32
#define WINVER 0x0501 // FIXME?
#define _WIN32_WINNT 0x0500
#include <winsock2.h>
#undef interface
#include <ws2tcpip.h>