Explorar o código

Fix issue #7331
A Drive with "Z" letter assigned to it on Windows will be shown.

(cherry picked from commit 20d6af6028c97c6135faa0d937e9d0a458fb0fd1)

REBELLIOUSX\Rebel_X %!s(int64=8) %!d(string=hai) anos
pai
achega
2fbae72d14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/windows/dir_access_windows.h

+ 1 - 1
drivers/windows/dir_access_windows.h

@@ -44,7 +44,7 @@ struct DirAccessWindowsPrivate;
 class DirAccessWindows : public DirAccess {
 
 	enum {
-		MAX_DRIVES=25
+		MAX_DRIVES=26
 	};