Mark Hammond:
authorGuido van Rossum <guido@python.org>
Fri, 21 Apr 2000 21:26:43 +0000 (21:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Apr 2000 21:26:43 +0000 (21:26 +0000)
commita8ee4c31bff512e1137656d6063e05a8ed204307
tree8df5d7bae43d27cca2e60625610c4821139c5a50
parent7053b8a42219f7829dab3ec088b1eaa1547edb07
Mark Hammond:

* Base address for all extension modules updated. PC\dllbase_nt.txt
also updated.  Erroneous "libpath" directory removed for all
projects.

* winsound module moved from a builtin module to an extension
module.  This was done primarily to avoid Python16.dll needing to
pull in winmm.dll.  Really dumb test added for winsound - but if
nothing else it ensures the module imports.
PC/config.c
PC/dllbase_nt.txt