Skip to content

Commit ebc3039

Browse files
authored
GetLogicalDriveStringsW is desktop only
1 parent 3dfed23 commit ebc3039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/clinic/posixmodule.c.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/posixmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4698,7 +4698,7 @@ os_listdir_impl(PyObject *module, path_t *path)
46984698
}
46994699

47004700

4701-
#ifdef MS_WINDOWS
4701+
#ifdef MS_WINDOWS_DESKTOP
47024702

47034703
/*[clinic input]
47044704
os.listdrives

0 commit comments

Comments
 (0)