March 17, 2010
8:11 p.m.
What do you think about that? I think that would be good. Issue 2159: We should clean all the platformName = 'Win32' and: [osVersion = 'CE'] This is not good to have all these strings to encode platform support. We should move some code to SmalltalkImage SmalltalkImage>>win32 ^ 'Win 32' SmalltalkImage>>isWin32CE ^ (self platformName = 'Win32' and: [self osVersion = 'CE']) ... Stef