summaryrefslogtreecommitdiff
path: root/src/include/config_elast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/config_elast.h')
-rw-r--r--src/include/config_elast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config_elast.h b/src/include/config_elast.h
index dd736d1a5e3a..97104290d883 100644
--- a/src/include/config_elast.h
+++ b/src/include/config_elast.h
@@ -30,7 +30,7 @@
// No _LIBCPP_ELAST needed on Apple
#elif defined(__sun__)
#define _LIBCPP_ELAST ESTALE
-#elif defined(_LIBCPP_MSCVRT)
+#elif defined(_LIBCPP_MSVCRT)
#define _LIBCPP_ELAST _sys_nerr
#else
// Warn here so that the person doing the libcxx port has an easier time: