]> git.xonotic.org Git - xonotic/netradiant.git/commit
Drop Windows 9x support
authorThomas Debesse <dev@illwieckz.net>
Thu, 13 Jul 2017 15:15:32 +0000 (17:15 +0200)
committerThomas Debesse <dev@illwieckz.net>
Wed, 3 Oct 2018 00:05:03 +0000 (02:05 +0200)
commit7418c509072f68d1cfb77dab863ef3396a5d20db
tree0f254cc22d403caef9964c2bcc572a052b8e7f09
parentfda16399685b08c509b0bcb559a082ed90c527a7
Drop Windows 9x support

- Windows 98 was using `%windir%\Application Data` without defining `%APPDATA%`
- Writing user config in `C:\netradiant` looked fine on single user OS driving FAT file system
- We can't build for Windows platforms that does not support `%APPDATA%`
- Windows XP Schrödinger edition is able to define `%APPDATA%` while being dead at the same time
- Even ReactOS 3.11 for Workgroups defines `%APPDATA%`
- Wine defines `%APPDATA%` like a boss
- Twenty first century is now a thing
- NetRadiant will never run on OpenGEM/FreeDOS (and that's a shame)
radiant/environment.cpp