Commit 8f81a22d authored by Guido van Rossum's avatar Guido van Rossum

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.)
parent d42e46ea
......@@ -75,7 +75,7 @@ extern void initimp();
struct _inittab _PyImport_Inittab[] = {
{"array", initarray},
#ifdef M_I386
#ifdef MS_WINDOWS
{"audioop", initaudioop},
#endif
{"binascii", initbinascii},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment