X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fwin32%2Fsys%2Fpoll.c;h=708a6c9bec5c04cd95861b77475e54445c0d24fc;hb=7d0cf357a31cc8a442342696788d776265482ce9;hp=7e74ebe59a5ea2e31a9100659805ada0f5d8e278;hpb=b5c178143088350c49129acbedb864d70c666215;p=git.git diff --git a/compat/win32/sys/poll.c b/compat/win32/sys/poll.c index 7e74ebe59..708a6c9be 100644 --- a/compat/win32/sys/poll.c +++ b/compat/win32/sys/poll.c @@ -34,6 +34,9 @@ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # define WIN32_NATIVE +# if defined (_MSC_VER) +# define _WIN32_WINNT 0x0502 +# endif # include # include # include