Skip to content

Commit 4c98d03

Browse files
authored
fix guard
1 parent 24aeedf commit 4c98d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5726,7 +5726,7 @@ os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd)
57265726

57275727
#ifdef MS_WINDOWS
57285728
Py_BEGIN_ALLOW_THREADS
5729-
#if defined(MS_WINDOWS_DESKTOP) || defined(MS_WINDOWS_SYSTEM)
5729+
#if defined(MS_WINDOWS_APP) || defined(MS_WINDOWS_SYSTEM)
57305730
if (mode == 0700 /* 0o700 */) {
57315731
ULONG sdSize;
57325732
pSecAttr = &secAttr;

0 commit comments

Comments
 (0)