update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / ismbkaln.c
index 64340ab..44f764a 100644 (file)
@@ -7,9 +7,12 @@
  * UPDATE HISTORY:
  *              12/04/99: Created
  */
-#include <crtdll/mbctype.h>
-#include <crtdll/ctype.h>
+#include <msvcrt/mbctype.h>
+#include <msvcrt/ctype.h>
 
+/*
+ * @implemented
+ */
 int _ismbbkalnum( unsigned int c )
 {
        return  ((_jctype+1)[(unsigned char)(c)] & (_KNJ_P));