aboutsummaryrefslogtreecommitdiff
path: root/lib/hostthre.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hostthre.c')
-rw-r--r--lib/hostthre.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/hostthre.c b/lib/hostthre.c
index a1204cf9c..c364ebfab 100644
--- a/lib/hostthre.c
+++ b/lib/hostthre.c
@@ -88,6 +88,10 @@
/* The last #include file should be: */
#include "memdebug.h"
+#if defined(_MSC_VER) && defined(CURL_NO__BEGINTHREADEX)
+#pragma message ("No _beginthreadex() available in this RTL")
+#endif
+
/***********************************************************************
* Only for Windows threaded name resolves builds
**********************************************************************/