Macintosh port update
Several long-awaited updates for the Macintosh port, by Dean Luick and myself. This set affects Mac-only files. * Update the support for MPW compilers. * Use new system call names provided for in the latest Apple Universal Headers. * Tune up some of the includes for CodeWarrior. * Define YY_NEVER_INTERACTIVE for the dungeon and level compilers. * Remove pointless debugging code. * Clean up some unterminated comments.
This commit is contained in:
+6
-10
@@ -12,27 +12,23 @@
|
||||
#include <OSUtils.h>
|
||||
#include <files.h>
|
||||
#include <Types.h>
|
||||
#ifdef MAC_MPW32
|
||||
#include <String.h>
|
||||
#include <Strings.h>
|
||||
#endif
|
||||
#include <Dialogs.h>
|
||||
#include <Packages.h>
|
||||
#include <ToolUtils.h>
|
||||
#include <Resources.h>
|
||||
#ifdef applec
|
||||
#include <SysEqu.h>
|
||||
#endif
|
||||
#include <Errors.h>
|
||||
|
||||
#ifndef O_RDONLY
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
static void
|
||||
finder_file_request(void);
|
||||
static void finder_file_request(void);
|
||||
int main(void);
|
||||
|
||||
#if __SC__ || __MRC__
|
||||
QDGlobals qd;
|
||||
#endif
|
||||
|
||||
int NDECL(main);
|
||||
|
||||
int
|
||||
main (void)
|
||||
|
||||
Reference in New Issue
Block a user