]> git.sesse.net Git - vlc/blobdiff - modules/video_output/directx/events.c
* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
[vlc] / modules / video_output / directx / events.c
index d2f8c04bb00a2a9a421f9a3d7f7be54c82354745..19ea96376b59ebcd4f6a54bfc6ed3decc324e852 100644 (file)
 #include <ctype.h>                                              /* tolower() */
 #include <string.h>                                            /* strerror() */
 
+#ifndef _WIN32_WINNT
+#   define _WIN32_WINNT 0x0400
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc/intf.h>
 #include <vlc/input.h>