# HG changeset patch # User Darkvater # Date 1164744106 0 # Node ID 56b54b6e54ecb1822ea9a21684537de420643db1 # Parent 10a8dc9788d707eb56de624b9b0276e351bc87c6 (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the wide version of EnumDisplaySettings crashes on win95 no matter what, so use ANSI version. NOTE: MSLU support is only added to VS2003 project file because VS2005 compiles won't even run on Windows95. diff -r 10a8dc9788d7 -r 56b54b6e54ec openttd.vcproj --- a/openttd.vcproj Tue Nov 28 19:58:13 2006 +0000 +++ b/openttd.vcproj Tue Nov 28 20:01:46 2006 +0000 @@ -17,7 +17,7 @@ ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2" + CharacterSet="1" WholeProgramOptimization="TRUE"> + CharacterSet="1"> + +