Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7688bba

Browse files
committed
Include Python.h, not allobjects.h (which no longer exists).
1 parent a027efa commit 7688bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/import_nt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
*/
88

9-
#include "allobjects.h"
9+
#include "Python.h"
1010
#include "osdefs.h"
1111
#include <windows.h>
1212
#include "importdl.h"

0 commit comments

Comments
 (0)