Fix issue #7331
A Drive with "Z" letter assigned to it on Windows will be shown.
This commit is contained in:
parent
2c8a172915
commit
20d6af6028
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ struct DirAccessWindowsPrivate;
|
||||||
class DirAccessWindows : public DirAccess {
|
class DirAccessWindows : public DirAccess {
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
MAX_DRIVES=25
|
MAX_DRIVES=26
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue