sync to trunk r38300
[reactos.git] / reactos / dll / win32 / newdev / newdev.c
index 685598a..88e6222 100644 (file)
@@ -383,7 +383,7 @@ SearchDriverRecursive(
                {
                        LPCWSTR pszExtension = GetFileExt(FileName);
 
-                       if ((wcsicmp(pszExtension, L".inf") == 0) && (wcscmp(LastDirPath, DirPath) != 0))
+                       if ((_wcsicmp(pszExtension, L".inf") == 0) && (wcscmp(LastDirPath, DirPath) != 0))
                        {
                                wcscpy(LastDirPath, DirPath);