Commit 290f10bb authored by Laurent Aimar's avatar Laurent Aimar

Fixed win32 compilation.

Thanks xxcv for noticing it.
parent 89fb0644
......@@ -28,6 +28,10 @@
#include <QApplication>
#include <QEvent>
#if defined(Q_WS_WIN)
# include <windows.h>
#endif
class QVLCApp : public QApplication
{
Q_OBJECT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment