We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2bcb7 commit 4659d3fCopy full SHA for 4659d3f
src_c/base.c
@@ -19,9 +19,6 @@
19
Pete Shinners
20
pete@shinners.org
21
*/
22
-#define NO_PYGAME_C_API
23
-#define PYGAMEAPI_BASE_INTERNAL
24
-
25
#if defined(BUILD_STATIC)
26
#define CONTROLLER_NOPYX
27
#define PYGAMEAPI_RECT_INTERNAL
src_c/static.c
@@ -407,7 +407,7 @@ PyInit_pygame_static()
407
408
#endif // defined(BUILD_STATIC)
409
410
-// #include "base.h"
+#include "base.h"
411
412
#include "rect.c"
413
#include "pgcompat_rect.c"
0 commit comments