Mac Carbon updates

This commit is contained in:
kmhugo
2003-12-10 19:36:49 +00:00
parent 0dc3c43a8d
commit a744b6b5bf
4 changed files with 1356 additions and 742 deletions

View File

@@ -219,7 +219,7 @@ macopen (const char *name, int flags, long fileType)
TEXT_CREATOR, fileType) && (flags & O_EXCL)) {
return -1;
}
#if 0 /* Fails during makedefs */
if (fileType == SAVE_TYPE) {
short resRef;
HCreateResFile(theDirs.dataRefNum, theDirs.dataDirID, s);
@@ -246,6 +246,7 @@ macopen (const char *name, int flags, long fileType)
CloseResFile(resRef);
}
}
#endif
}
/*

View File

@@ -135,7 +135,7 @@ main (void)
if (discover)
You("are in non-scoring discovery mode.");
flags.move = 0;
context.move = 0;
UndimMenuBar (); /* Yes, this is the place for it (!) */

File diff suppressed because it is too large Load Diff