[CRT]
[reactos.git] / reactos / lib / sdk / crt / mbstring / islead.c
index c471e7c..44c1f22 100644 (file)
@@ -6,6 +6,6 @@
  */
 int isleadbyte(int c)
 {
-    return _isctype( c, _MLEAD );
+    return _isctype( c, _LEADBYTE );
 
 }