platform/shared/qt/rhodes/impl/RhoFileImpl.cpp in rhodes-3.2.3 vs platform/shared/qt/rhodes/impl/RhoFileImpl.cpp in rhodes-3.3.0.beta.1
- old
+ new
@@ -52,10 +52,10 @@
return has_err;
}
extern "C" {
-void delete_files_in_folder(const char *szFolderPath)
+void rho_file_impl_delete_files_in_folder(const char *szFolderPath)
{
QString path = QString::fromUtf8(szFolderPath);
RemoveDirectory(path, false);
}