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.)
This commit is contained in:
Guido van Rossum 1999-02-05 22:34:57 +00:00
parent d42e46ead5
commit 8f81a22d41

View file

@ -75,7 +75,7 @@ extern void initimp();
struct _inittab _PyImport_Inittab[] = {
{"array", initarray},
#ifdef M_I386
#ifdef MS_WINDOWS
{"audioop", initaudioop},
#endif
{"binascii", initbinascii},