Mac OS 9
Errors.h
Go to the documentation of this file.
1
29
#ifndef __ERRORS__
30
#define __ERRORS__
31
32
#ifndef __CONDITIONALMACROS__
33
#include <
ConditionalMacros.h
>
34
#endif
35
36
#if TARGET_OS_MAC
37
#ifndef __MACERRORS__
38
#include <
MacErrors.h
>
39
#endif
40
41
#else
46
#error This file (Errors.h) is for developing MacOS software only!
47
#endif
49
#endif
ConditionalMacros.h
Set up for compiler independent conditionals.
MacErrors.h
OSErr codes.
Errors.h
Generated by
1.9.1