Explorar o código

PlayeRcomponent: unistd.h is not available on Windows

Vincent Lang %!s(int64=7) %!d(string=hai) anos
pai
achega
ff461e4ee1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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
 
 #ifdef TARGET_RPI
 #include <bcm_host.h>