Browse Source

Fix compilation on UNIX

Vincent Lang 9 năm trước cách đây
mục cha
commit
4ac7d9d997
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"