branch update for HEAD-2003021201
[reactos.git] / lib / msvcrt / mbstring / ismbal.c
index ee59df2..f56ff99 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS system libraries
- * FILE:        lib/crtdll/mbstring/hanzen.c
+ * FILE:        lib/msvcrt/mbstring/ismbal.c
  * PURPOSE:     Checks for alphabetic multibyte character
  * PROGRAMER:   Boudewijn Dekker
  * UPDATE HISTORY:
  *              12/04/99: Created
  */
-#include <crtdll/mbctype.h>
-#include <crtdll/ctype.h>
+#include <msvcrt/mbctype.h>
+#include <msvcrt/ctype.h>
 
 int _ismbbalpha(unsigned char c)
 {