WINNT/9X patch for errors.c

Christian Tismer tismer at appliedbiometrics.com
Wed Apr 21 06:58:32 EDT 1999


Sorry, I forgot to change this:

Instead of _WIN32, one should use MS_WIN32 which has the
same meaning, but is the correct convention for Python.
Please adjust the 3 places in the diff from

> + #ifndef _WIN32

to

> + #ifndef MS_WIN32

(it has no other effect, just a matter of style)

ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaiserin-Augusta-Allee 101   :    *Starship* http://starship.python.net
10553 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     we're tired of banana software - shipped green, ripens at home




More information about the Python-list mailing list