Selaa lähdekoodia

Fix compilation on UNIX

Vincent Lang 9 vuotta sitten
vanhempi
commit
4ac7d9d997
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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"