Explorar o código

Fix compilation on UNIX

Vincent Lang %!s(int64=9) %!d(string=hai) anos
pai
achega
4ac7d9d997
Modificáronse 1 ficheiros con 2 adicións e 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"