WINNT/9X patch for errors.c
Christian Tismer
tismer at appliedbiometrics.com
Wed Apr 21 06:58:32 EDT 1999
More information about the Python-list mailing list
Wed Apr 21 06:58:32 EDT 1999
- Previous message (by thread): WINNT/9X patch for errors.c
- Next message (by thread): Tkinter Q
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): WINNT/9X patch for errors.c
- Next message (by thread): Tkinter Q
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list