switch to standard conform CRT function names
[reactos.git] / reactos / subsys / system / explorer / taskbar / favorites.cpp
index 6e6fe8a..3793f68 100644 (file)
@@ -72,9 +72,9 @@ bool Bookmark::read_url(LPCTSTR path)
                        while(isspace(*cont))
                                ++cont;
 
-                       if (!strnicmp(keyword, "URL", 3))
+                       if (!_strnicmp(keyword, "URL", 3))
                                _url = DecodeURLString(cont);
-                       else if (!strnicmp(keyword, "IconFile", 8))
+                       else if (!_strnicmp(keyword, "IconFile", 8))
                                _icon_path = DecodeURLString(cont);
                }
        }