diff --git a/docs/examples/htmltitle.cpp b/docs/examples/htmltitle.cpp
index 180a72122e157a6d38052f0787ed855962eeab55..5e6b4a0036dac84db1513383837d4edb708eb1f7 100644
--- a/docs/examples/htmltitle.cpp
+++ b/docs/examples/htmltitle.cpp
@@ -42,7 +42,7 @@
 //
 
 #ifdef _MSC_VER
-#define COMPARE(a, b) (!stricmp((a), (b)))
+#define COMPARE(a, b) (!_stricmp((a), (b)))
 #else
 #define COMPARE(a, b) (!strcasecmp((a), (b)))
 #endif