home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MemShard.cpp
-
- Contains: Shared global for OpenDoc Memory subsystem
-
- Written by: Jens Alfke
-
- Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <2> 9/29/94 RA 1189812: Mods for 68K build.
- <1> 8/2/94 jpa first checked in
- To Do:
- */
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- /* Adkins -- added this pragma so that the gSystemHeap symbol can be exported from the library */
- #pragma lib_export on
- void* gSystemHeap = kODNULL;
-