From: Charles S. <bas...@ch...> - 2012-07-04 22:28:52
|
On Jul 4, 2012, at 5:21 PM, Robert Munafo wrote: > I don't care about 64-bit, but I want both BasiliskII and SheepShaver > to run under MacOS 10.4 (Tiger). > > Therefore, I might stay with the April 2012 version of the source code > from now on. > > Isn't this change going to affect 32-bit builds? You do not mention > doing any test for 32-bit at compile time, and you'd need to do that. Right now, there are two versions of the clipboard code — one source file that gets included for 32-bit builds, and one that gets included for 64-bit builds. All the changes in that patch were to the 64-bit source file only, and thus shouldn’t have any effect one way or another on 32-bit builds, so really the only thing that should break is trying to run the 64-bit version on Leopard (does anyone actually try to do that?). Charles |