Win32: browse Network Neighborhood

This commit is contained in:
Thomas Bernard
2019-02-11 15:47:34 +01:00
parent 282b472b71
commit 58eaeda164
8 changed files with 97 additions and 13 deletions

View File

@@ -201,5 +201,9 @@ int Remove_directory(const char * path);
/// Calculate relative path
char * Calculate_relative_path(const char * ref_path, const char * path);
#if defined(WIN32)
void Enumerate_Network(T_Fileselector *list);
#endif
/** @}*/
#endif