davidrg / ckwin

Kermit 95 (C-Kermit for Windows and OS/2) - scriptable internet and serial communications with terminal emulation
Other
65 stars 17 forks source link

Exclude Win95 stuff from 64bit builds #225

Open davidrg opened 1 year ago

davidrg commented 1 year ago

No 64bit build will ever run on Windows 9x or, for that matter, anything older than Windows 2000. So we can probably compile out any code calling things like isWin95(), along with a selection of the "set win95" commands - though those commands should probably just become no-ops rather than being removed entirely as that would generate script errors.