Replace deprectaed function (unlink, stricmp) with new ones (_unlink, _stricmp)
[reactos.git] / rosapps / dflat32 / direct.c
index afb4b09..db3f576 100644 (file)
@@ -78,7 +78,7 @@ void DfCreatePath(char *path,char *fspec,int InclName,int Change)
 
 static int dircmp(const void *c1, const void *c2)
 {
-    return stricmp(*(char **)c1, *(char **)c2);
+    return _stricmp(*(char **)c1, *(char **)c2);
 }