]> git.sesse.net Git - vlc/commitdiff
Fixed win32 compilation.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 22 Mar 2009 15:03:50 +0000 (16:03 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 22 Mar 2009 15:03:50 +0000 (16:03 +0100)
Thanks xxcv for noticing it.

modules/gui/qt4/util/qvlcapp.hpp

index 905a4155dae5fc71c01dfc259c8794293d664066..f43c1b526a16b4bc58f5c44cada8840ddcf74328 100644 (file)
 #include <QApplication>
 #include <QEvent>
 
+#if defined(Q_WS_WIN)
+#   include <windows.h>
+#endif
+
 class QVLCApp : public QApplication
 {
     Q_OBJECT