]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/events.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / video_output / msw / events.c
index 69f1aa2438577dd3d123a7c474ee66143a22b7a8..0c50caf4a38034c22298d3bc4242d4d4e663923d 100644 (file)
 #   define _WIN32_WINNT 0x0500
 #endif
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_playlist.h>