comparison OrthancFramework/Sources/SystemToolbox.cpp @ 4188:a2f1c97002fe

removed bad include for win32
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Sep 2020 20:34:47 +0200
parents e99d1ad11cfe
children 4d42408da117
comparison
equal deleted inserted replaced
4187:a8d2f4e65f05 4188:a2f1c97002fe
24 #include "SystemToolbox.h" 24 #include "SystemToolbox.h"
25 25
26 26
27 #if defined(_WIN32) 27 #if defined(_WIN32)
28 # include <windows.h> 28 # include <windows.h>
29 # include <fileapi.h> // For "FlushFileBuffers()"
30 # include <process.h> // For "_spawnvp()" and "_getpid()" 29 # include <process.h> // For "_spawnvp()" and "_getpid()"
31 # include <stdlib.h> // For "environ" 30 # include <stdlib.h> // For "environ"
32 #else 31 #else
33 # include <unistd.h> // For "execvp()" 32 # include <unistd.h> // For "execvp()"
34 # include <sys/wait.h> // For "waitpid()" 33 # include <sys/wait.h> // For "waitpid()"