- Update to trunk
[reactos.git] / lib / sdk / crt / mbstring / mbstrlen.c
index c600bd1..9b32466 100644 (file)
 #include <mbstring.h>
 #include <stdlib.h>
 
+#ifdef _LIBCNT_
+unsigned short *NlsLeadByteInfo;
+#define isleadbyte(c) NlsLeadByteInfo[c]
+#else
 int isleadbyte(int byte);
+#endif
 
 /*
  * @implemented