| 851 | |
| 852 | #ifdef PLATFORM_WINDOWS |
| 853 | void FileDialog::RequestNetworkSharesThread() |
| 854 | { |
| 855 | tSystem::tGetNetworkShares(NetworkShareResults); |
| 856 | } |
| 857 | |
| 858 | |
| 859 | bool FileDialog::ProcessShareResults() |
nothing calls this directly
no outgoing calls
no test coverage detected