summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/include/bx/crtimpl.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/include/bx/crtimpl.h')
-rw-r--r--3rdparty/bx/include/bx/crtimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bx/include/bx/crtimpl.h b/3rdparty/bx/include/bx/crtimpl.h
index a4820334ee3..71b9e61e1c6 100644
--- a/3rdparty/bx/include/bx/crtimpl.h
+++ b/3rdparty/bx/include/bx/crtimpl.h
@@ -194,10 +194,10 @@ namespace bx
#if BX_CONFIG_CRT_PROCESS
-#if BX_COMPILER_MSVC_COMPATIBLE
+#if BX_CRT_MSVC
# define popen _popen
# define pclose _pclose
-#endif // BX_COMPILER_MSVC_COMPATIBLE
+#endif // BX_CRT_MSVC
class ProcessReader : public ReaderOpenI, public CloserI, public ReaderI
{