Browse Source

Fix compilation on UNIX

Vincent Lang 9 years ago
parent
commit
4ac7d9d997
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/player/PlayerQuickItem.h

+ 2 - 0
src/player/PlayerQuickItem.h

@@ -10,6 +10,8 @@
 
 
 #ifdef Q_OS_WIN32
 #ifdef Q_OS_WIN32
 #include <windows.h>
 #include <windows.h>
+#else
+typedef void* HANDLE;
 #endif
 #endif
 
 
 #include "PlayerComponent.h"
 #include "PlayerComponent.h"