mirror of
https://github.com/autc04/Retro68.git
synced 2026-04-22 00:17:31 +00:00
build fixes for LaunchAPPL client
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
#define ResType MacResType
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#undef ResType
|
||||
|
||||
#if TARGET_CPU_PPC
|
||||
#ifdef __powerpc
|
||||
#include "Classic.h"
|
||||
#include "Launcher.h"
|
||||
|
||||
#define ResType MacResType
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#undef ResType
|
||||
|
||||
namespace po = boost::program_options;
|
||||
|
||||
|
||||
@@ -9,10 +9,7 @@
|
||||
#include "Launcher.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
# define ResType MacResType
|
||||
# include <ApplicationServices/ApplicationServices.h>
|
||||
# undef ResType
|
||||
# if TARGET_CPU_PPC
|
||||
# ifdef __powerpc
|
||||
# include "Classic.h"
|
||||
# endif
|
||||
# include "Carbon.h"
|
||||
|
||||
Reference in New Issue
Block a user