]> git.sesse.net Git - vlc/commitdiff
config.h comes first
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 9 Aug 2008 09:26:43 +0000 (12:26 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 9 Aug 2008 09:32:14 +0000 (12:32 +0300)
modules/video_output/msw/events.c

index 271c48b9954635d0ef54dab1427133cfc6800e80..a772153ca4398807fb3b487f6feb1e7ae7581f45 100644 (file)
  * Preamble: This file contains the functions related to the creation of
  *             a window and the handling of its messages (events).
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <errno.h>                                                 /* ENOMEM */
 #include <ctype.h>                                              /* tolower() */
 
 #   define _WIN32_WINNT 0x0500
 #endif
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 #include <vlc_common.h>
 #include <vlc_interface.h>
 #include <vlc_playlist.h>