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
|
#ifdef __powerpc
|
||||||
#include <ApplicationServices/ApplicationServices.h>
|
|
||||||
#undef ResType
|
|
||||||
|
|
||||||
#if TARGET_CPU_PPC
|
|
||||||
#include "Classic.h"
|
#include "Classic.h"
|
||||||
#include "Launcher.h"
|
#include "Launcher.h"
|
||||||
|
|
||||||
|
#define ResType MacResType
|
||||||
|
#include <ApplicationServices/ApplicationServices.h>
|
||||||
|
#undef ResType
|
||||||
|
|
||||||
namespace po = boost::program_options;
|
namespace po = boost::program_options;
|
||||||
|
|
||||||
|
@ -9,10 +9,7 @@
|
|||||||
#include "Launcher.h"
|
#include "Launcher.h"
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
# define ResType MacResType
|
# ifdef __powerpc
|
||||||
# include <ApplicationServices/ApplicationServices.h>
|
|
||||||
# undef ResType
|
|
||||||
# if TARGET_CPU_PPC
|
|
||||||
# include "Classic.h"
|
# include "Classic.h"
|
||||||
# endif
|
# endif
|
||||||
# include "Carbon.h"
|
# include "Carbon.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user