From 83f5c384035260532bec28d7d58bb649b38af99a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 4 Aug 2002 22:03:36 +0000 Subject: The definitions for IBCarbonRuntime.h --- Mac/Lib/Carbon/IBCarbonRuntime.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Mac/Lib/Carbon/IBCarbonRuntime.py diff --git a/Mac/Lib/Carbon/IBCarbonRuntime.py b/Mac/Lib/Carbon/IBCarbonRuntime.py new file mode 100644 index 0000000..4678018 --- /dev/null +++ b/Mac/Lib/Carbon/IBCarbonRuntime.py @@ -0,0 +1,5 @@ +# Generated from 'IBCarbonRuntime.h' + +kIBCarbonRuntimeCantFindNibFile = -10960 +kIBCarbonRuntimeObjectNotOfRequestedType = -10961 +kIBCarbonRuntimeCantFindObject = -10962 -- cgit v0.12