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

Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier)

don't cause import failure.

Fixes 531398, 2.2.1 candidate.
üst 9051e0e5
This diff is collapsed.
......@@ -15,8 +15,8 @@ class ResMixIn:
OutRbrace()
FunctionGenerator.checkit(self) # XXX
class ResFunction(ResMixIn, OSErrFunctionGenerator): pass
class ResMethod(ResMixIn, OSErrMethodGenerator): pass
class ResFunction(ResMixIn, OSErrWeakLinkFunctionGenerator): pass
class ResMethod(ResMixIn, OSErrWeakLinkMethodGenerator): pass
RsrcChainLocation = Type("RsrcChainLocation", "h")
FSCatalogInfoBitmap = FakeType("0") # Type("FSCatalogInfoBitmap", "l")
......
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