Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/SystemToolbox.cpp Mon Sep 14 19:47:35 2020 +0200 +++ b/OrthancFramework/Sources/SystemToolbox.cpp Mon Sep 14 20:34:47 2020 +0200 @@ -26,7 +26,6 @@ #if defined(_WIN32) # include <windows.h> -# include <fileapi.h> // For "FlushFileBuffers()" # include <process.h> // For "_spawnvp()" and "_getpid()" # include <stdlib.h> // For "environ" #else