Mac OS 9
Memory.h
Go to the documentation of this file.
1
29
#ifndef __CONDITIONALMACROS__
30
#include <
ConditionalMacros.h
>
31
#endif
32
33
#if TARGET_OS_MAC
34
#ifndef __MACMEMORY__
35
#include <
MacMemory.h
>
36
#endif
37
38
#else
43
#error This file (Memory.h) is for developing MacOS software only!
44
#endif
/* TARGET_OS_MAC */
ConditionalMacros.h
Set up for compiler independent conditionals.
MacMemory.h
Memory Manager Interfaces.
Memory.h
Generated by
1.9.1