From 07b2eb27ec0ecb8b94c47c83615917914a0f3536 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 12 Apr 2001 08:40:59 +0000 Subject: [PATCH] corrected cw6 project files and other small problems git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/app.cpp | 4 ++-- src/mac/carbon/app.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mac/app.cpp b/src/mac/app.cpp index d6cc23bb58..71f441209d 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -360,8 +360,9 @@ bool wxApp::Initialize() #ifndef __UNIX__ // test the minimal configuration necessary + #if !TARGET_CARBON long theSystem ; - long theMachine; + long theMachine; if (Gestalt(gestaltMachineType, &theMachine) != noErr) { @@ -379,7 +380,6 @@ bool wxApp::Initialize() { error = kMacSTROldSystem ; } - #if !TARGET_CARBON else if ((long)GetApplLimit() - (long)ApplicationZone() < kMacMinHeap) { error = kMacSTRSmallSize; diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index d6cc23bb58..71f441209d 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -360,8 +360,9 @@ bool wxApp::Initialize() #ifndef __UNIX__ // test the minimal configuration necessary + #if !TARGET_CARBON long theSystem ; - long theMachine; + long theMachine; if (Gestalt(gestaltMachineType, &theMachine) != noErr) { @@ -379,7 +380,6 @@ bool wxApp::Initialize() { error = kMacSTROldSystem ; } - #if !TARGET_CARBON else if ((long)GetApplLimit() - (long)ApplicationZone() < kMacMinHeap) { error = kMacSTRSmallSize; -- 2.50.0