home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 February: Technology Seed
/
Mac Tech Seed Feb '97.toast
/
OpenDoc 1.2b2c1
/
OpenDoc
/
OpenDoc Utilities
/
Implementation
/
UtilInit.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
C/C++ Source or Header
|
1997-01-01
|
468 b
|
29 lines
|
[
TEXT/MPS
]
/*
File: UtilInit.cpp
Contains: Init routines for the Shell library
Owned by: Tantek Çelik
Copyright: © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
*/
#ifndef __USERSRCM__
#include "UseRsrcM.h"
#endif
#ifndef _ODMEMORY_
#include "ODMemory.h"
#endif
extern "C" pascal OSErr SharedUtilCFMInit( CFragInitBlockPtr );
pascal OSErr SharedUtilCFMInit (CFragInitBlockPtr initBlkPtr)
{
InitODMemory();
return InitLibraryResources(initBlkPtr);
}