mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 06:49:33 +00:00
build fixes for LaunchAPPL client
This commit is contained in:
parent
b6df9e8fda
commit
e980af9b91
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user