diff --git a/src/Platform_MacClassic.c b/src/Platform_MacClassic.c index e5ff72d8c..de82c2a1f 100644 --- a/src/Platform_MacClassic.c +++ b/src/Platform_MacClassic.c @@ -304,7 +304,7 @@ cc_result Socket_CheckWritable(cc_socket s, cc_bool* writable) { /*########################################################################################################################* *-----------------------------------------------------Process/Module------------------------------------------------------* *#########################################################################################################################*/ -cc_bool Process_OpenSupported = false; +cc_bool Process_OpenSupported = true; static cc_result Process_RawStart(const char* path, char** argv) { // TODO diff --git a/src/Window_MacClassic.c b/src/Window_MacClassic.c index 6c1826831..2060dc140 100644 --- a/src/Window_MacClassic.c +++ b/src/Window_MacClassic.c @@ -64,7 +64,7 @@ static void DoCreateWindow(int width, int height) { } void Window_Create2D(int width, int height) { launcherMode=true; DoCreateWindow(width, height); } -void Window_Create3D(int width, int height) { launcherMode=false; /*DoCreateWindow(width, height);*/ } +void Window_Create3D(int width, int height) { launcherMode=false; DoCreateWindow(width, height); } void Window_SetTitle(const cc_string* title) { // TODO