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

Skip to content

Commit 8f81a22

Browse files
committed
Some weird symbol (M_I386) was used to decide whether to include the
audioop module; this was no longer defined. Use MS_WINDOWS instead. (I have a feeling that this was for the WATCOM port; too bad.)
1 parent d42e46e commit 8f81a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extern void initimp();
7575
struct _inittab _PyImport_Inittab[] = {
7676

7777
{"array", initarray},
78-
#ifdef M_I386
78+
#ifdef MS_WINDOWS
7979
{"audioop", initaudioop},
8080
#endif
8181
{"binascii", initbinascii},

0 commit comments

Comments
 (0)