Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / tchar / strspnp.c
index 3656740..e66b344 100644 (file)
@@ -1,5 +1,5 @@
-#include <crtdll/tchar.h>
-#include <crtdll/stdlib.h>
+#include <msvcrt/tchar.h>
+#include <msvcrt/stdlib.h>
 
 
 char * _strspnp( const char * str1, const char * str2)