[vlc-devel] commit: Fixed win32 compilation. (Laurent Aimar )

git version control git at videolan.org
Sun Mar 22 16:04:50 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Mar 22 16:03:50 2009 +0100| [290f10bb4fc3a52d283f2ce27ebb91a5560114d8] | committer: Laurent Aimar 

Fixed win32 compilation.

Thanks xxcv for noticing it.

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

 modules/gui/qt4/util/qvlcapp.hpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/util/qvlcapp.hpp b/modules/gui/qt4/util/qvlcapp.hpp
index 905a415..f43c1b5 100644
--- a/modules/gui/qt4/util/qvlcapp.hpp
+++ b/modules/gui/qt4/util/qvlcapp.hpp
@@ -28,6 +28,10 @@
 #include <QApplication>
 #include <QEvent>
 
+#if defined(Q_WS_WIN)
+#   include <windows.h>
+#endif
+
 class QVLCApp : public QApplication
 {
     Q_OBJECT




More information about the vlc-devel mailing list