Problem: 1615416
Title: (Segment -UnloadAllSegments) No need to unload in PowerPC
Received: Dec 24 1996 10:38AM
Recommended Fix:
Change UnloadAllSegments so that it returns immediately if the application is running on a PowerPC. Change UnloadAllSegments to:
void UnloadAllSegments(Boolean andPurge) { // We don't need to load and code resources if we are running on a PowerPC. #if qPowerPC return; #endif ...
We don't support segment any more.