aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_importdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_importdl.h')
-rw-r--r--Include/internal/pycore_importdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_importdl.h b/Include/internal/pycore_importdl.h
index 525a16f6b97..3ba9229cc21 100644
--- a/Include/internal/pycore_importdl.h
+++ b/Include/internal/pycore_importdl.h
@@ -107,7 +107,7 @@ extern int _PyImport_RunModInitFunc(
#include <windows.h>
typedef FARPROC dl_funcptr;
-#ifdef _DEBUG
+#ifdef Py_DEBUG
# define PYD_DEBUG_SUFFIX "_d"
#else
# define PYD_DEBUG_SUFFIX ""