BACKENDS: Add kFeatureNativeFileBowserDialog
This commit is contained in:
parent
d320c36e58
commit
319b90fb21
3 changed files with 18 additions and 1 deletions
|
@ -109,6 +109,11 @@ bool OSystem_Win32::hasFeature(Feature f) {
|
|||
if (f == kFeatureDisplayLogFile || f == kFeatureOpenUrl)
|
||||
return true;
|
||||
|
||||
#ifdef USE_SYSDIALOGS
|
||||
if (f == kFeatureNativeFileBowserDialog)
|
||||
return true;
|
||||
#endif
|
||||
|
||||
return OSystem_SDL::hasFeature(f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue