Преглед на файлове

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>