summaryrefslogtreecommitdiffstats
path: root/PC/config_minimal.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/config_minimal.c')
-rw-r--r--PC/config_minimal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/config_minimal.c b/PC/config_minimal.c
index adb1c44..928a4ef 100644
--- a/PC/config_minimal.c
+++ b/PC/config_minimal.c
@@ -5,6 +5,10 @@
#include "Python.h"
+/* Define extern variables omitted from minimal builds */
+void *PyWin_DLLhModule = NULL;
+
+
extern PyObject* PyInit_faulthandler(void);
extern PyObject* PyInit__tracemalloc(void);
extern PyObject* PyInit_gc(void);