diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-03 23:20:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-03 23:20:13 (GMT) |
commit | da6081fccb71541004e3f36f57a9c0971a969e3b (patch) | |
tree | 1e2beac551e87964061e6fd9bfca22b35f1c7f2a /Mac/Modules/osa/osasupport.py | |
parent | fe3fe4adb5c7a72bfec3c5b7b8ec5e42d8ccc625 (diff) | |
download | cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.zip cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.tar.gz cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.tar.bz2 |
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
Completely untested.
Diffstat (limited to 'Mac/Modules/osa/osasupport.py')
-rw-r--r-- | Mac/Modules/osa/osasupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/osa/osasupport.py b/Mac/Modules/osa/osasupport.py index fe687b4..7e70223 100644 --- a/Mac/Modules/osa/osasupport.py +++ b/Mac/Modules/osa/osasupport.py @@ -40,6 +40,7 @@ initstuff = initstuff + """ ComponentInstance = OpaqueByValueType('ComponentInstance', OBJECTPREFIX) OSAError = OSErrType("OSAError", "l") +# OSALocalOrGlobal = Type("OSALocalOrGlobal", "l") OSAID = Type("OSAID", "l") OSADebugCallFrameRef = Type("OSADebugCallFrameRef", "l") OSADebugSessionRef = Type("OSADebugSessionRef", "l") |