소스 검색

PlayeRcomponent: unistd.h is not available on Windows

Vincent Lang 7 년 전
부모
커밋
c86547364a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/player/PlayerComponent.cpp

+ 3 - 0
src/player/PlayerComponent.cpp

@@ -20,7 +20,10 @@
 #include <math.h>
 #include <string.h>
 #include <shared/Paths.h>
+
+#if !defined(Q_OS_WIN)
 #include <unistd.h>
+#endif
 
 #if !defined(Q_OS_WIN)
 #include <unistd.h>