Procházet zdrojové kódy

PlayeRcomponent: unistd.h is not available on Windows

Vincent Lang před 7 roky
rodič
revize
ff461e4ee1
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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>