aboutsummaryrefslogtreecommitdiff
path: root/flang/runtime/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flang/runtime/command.cpp')
-rw-r--r--flang/runtime/command.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/flang/runtime/command.cpp b/flang/runtime/command.cpp
index fabfe60..b573c5d 100644
--- a/flang/runtime/command.cpp
+++ b/flang/runtime/command.cpp
@@ -16,9 +16,7 @@
#include <limits>
#ifdef _WIN32
-#define WIN32_LEAN_AND_MEAN
-#define NOMINMAX
-#include <windows.h>
+#include "flang/Common/windows-include.h"
// On Windows GetCurrentProcessId returns a DWORD aka uint32_t
#include <processthreadsapi.h>