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
This commit is contained in:
@@ -360,6 +360,7 @@ bool wxApp::Initialize()
|
|||||||
#ifndef __UNIX__
|
#ifndef __UNIX__
|
||||||
// test the minimal configuration necessary
|
// test the minimal configuration necessary
|
||||||
|
|
||||||
|
#if !TARGET_CARBON
|
||||||
long theSystem ;
|
long theSystem ;
|
||||||
long theMachine;
|
long theMachine;
|
||||||
|
|
||||||
@@ -379,7 +380,6 @@ bool wxApp::Initialize()
|
|||||||
{
|
{
|
||||||
error = kMacSTROldSystem ;
|
error = kMacSTROldSystem ;
|
||||||
}
|
}
|
||||||
#if !TARGET_CARBON
|
|
||||||
else if ((long)GetApplLimit() - (long)ApplicationZone() < kMacMinHeap)
|
else if ((long)GetApplLimit() - (long)ApplicationZone() < kMacMinHeap)
|
||||||
{
|
{
|
||||||
error = kMacSTRSmallSize;
|
error = kMacSTRSmallSize;
|
||||||
|
@@ -360,6 +360,7 @@ bool wxApp::Initialize()
|
|||||||
#ifndef __UNIX__
|
#ifndef __UNIX__
|
||||||
// test the minimal configuration necessary
|
// test the minimal configuration necessary
|
||||||
|
|
||||||
|
#if !TARGET_CARBON
|
||||||
long theSystem ;
|
long theSystem ;
|
||||||
long theMachine;
|
long theMachine;
|
||||||
|
|
||||||
@@ -379,7 +380,6 @@ bool wxApp::Initialize()
|
|||||||
{
|
{
|
||||||
error = kMacSTROldSystem ;
|
error = kMacSTROldSystem ;
|
||||||
}
|
}
|
||||||
#if !TARGET_CARBON
|
|
||||||
else if ((long)GetApplLimit() - (long)ApplicationZone() < kMacMinHeap)
|
else if ((long)GetApplLimit() - (long)ApplicationZone() < kMacMinHeap)
|
||||||
{
|
{
|
||||||
error = kMacSTRSmallSize;
|
error = kMacSTRSmallSize;
|
||||||
|
Reference in New Issue
Block a user