[vlc-devel] commit: config.h comes first ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Aug 9 11:29:26 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Aug  9 12:26:43 2008 +0300| [7bcd6db30932c8899bd9e8f24f66a0270da13f36] | committer: Rémi Denis-Courmont 

config.h comes first

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7bcd6db30932c8899bd9e8f24f66a0270da13f36
---

 modules/video_output/msw/events.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index 271c48b..a772153 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -26,6 +26,10 @@
  * 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() */
 
@@ -33,10 +37,6 @@
 #   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>




More information about the vlc-devel mailing list