home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
msjournl
/
msjv4_1b.arc
/
MACSL.ARC
/
MPMFIG2.TXT
< prev
next >
Wrap
Text File
|
1988-10-27
|
419b
|
22 lines
HAB APIENTRY WinInitialize( fOptions )
USHORT fOptions;
{
/* Static initialization - less hassle this way? */
_pps1 = &_ps1;
_hps1 = (HPS)&_pps1;
/* Macintosh memory management initialization */
MaxApplZone();
MoreMasters();
MoreMasters();
MoreMasters();
/* Open resource file - TEMP */
OpenResFile( "\pMacPM.rsrc" );
return (HAB)1;
}