Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / mbstring / islwr.c
index 500fa4e..01c9cf4 100644 (file)
@@ -7,8 +7,9 @@
  * UPDATE HISTORY:
  *              12/04/99: Created
  */
-#include <msvcrti.h>
 
+#include <msvcrt/mbctype.h>
+#include <msvcrt/ctype.h>
 
 // code page 952 only
 int _ismbclower( unsigned int c )