summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/evt/_Evtmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Weaklink most toolbox modules, improving backward compatibility. Modules ↵Jack Jansen2002-03-241-0/+93
| | | | | | | | will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* TickCount moved to a different header file. We manually added it back in ↵Jack Jansen2001-12-171-0/+18
| | | | here, for conveninece.
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-14/+150
|
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-4/+0
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Shut up many more gcc warnings.Jack Jansen2001-09-051-1/+4
|
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+459