Kaydet (Commit) a0c5e54d authored tarafından Jack Jansen's avatar Jack Jansen

Backport of _Qtmocule.c 1.7, qtsupport.py 1.19:

Weaklink most toolbox modules, improving backward compatibility. Modules 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.
üst ec158087
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -254,8 +254,8 @@ module.addobject(Track_object)
module.addobject(Movie_object)
# Create the generator classes used to populate the lists
Function = OSErrFunctionGenerator
Method = OSErrMethodGenerator
Function = OSErrWeakLinkFunctionGenerator
Method = OSErrWeakLinkMethodGenerator
# Create and populate the lists
functions = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment