Explorar el Código

Fix compilation on UNIX

Vincent Lang hace 9 años
padre
commit
4ac7d9d997
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/player/PlayerQuickItem.h

+ 2 - 0
src/player/PlayerQuickItem.h

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