aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.mxx')
-rw-r--r--libbutl/process.mxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/process.mxx b/libbutl/process.mxx
index c18ae43..655650e 100644
--- a/libbutl/process.mxx
+++ b/libbutl/process.mxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#ifndef __cpp_modules
+#ifndef __cpp_modules_ts
#pragma once
#endif
@@ -12,7 +12,7 @@
#include <cassert>
-#ifndef __cpp_lib_modules
+#ifndef __cpp_lib_modules_ts
#include <string>
#include <vector>
#include <chrono>
@@ -26,9 +26,9 @@
// Other includes.
-#ifdef __cpp_modules
+#ifdef __cpp_modules_ts
export module butl.process;
-#ifdef __cpp_lib_modules
+#ifdef __cpp_lib_modules_ts
import std.core;
import std.io;
#endif