update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / islwr.c
index f64eade..44167a8 100644 (file)
@@ -8,10 +8,14 @@
  *              12/04/99: Created
  */
 
-#include <crtdll/mbctype.h>
-#include <crtdll/ctype.h>
+#include <msvcrt/mbctype.h>
+#include <msvcrt/ctype.h>
 
-// code page 952 only
+/*
+ * code page 952 only
+ *
+ * @implemented
+ */
 int _ismbclower( unsigned int c )
 {
        if ((c & 0xFF00) != 0) {