summaryrefslogtreecommitdiffstats
path: root/Modules/_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_stat.c')
-rw-r--r--Modules/_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_stat.c b/Modules/_stat.c
index d003560..9e278d6 100644
--- a/Modules/_stat.c
+++ b/Modules/_stat.c
@@ -15,8 +15,8 @@
#include "pyconfig.h" // Py_NOGIL
#endif
-// Need limited C API version 3.13 for PyModule_Add() on Windows
#ifndef Py_NOGIL
+// Need limited C API version 3.13 for PyModule_Add() on Windows
#define Py_LIMITED_API 0x030d0000
#endif