소스 검색

Fix compilation on UNIX

Vincent Lang 9 년 전
부모
커밋
4ac7d9d997
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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"