# HG changeset patch # User Darkvater # Date 2006-11-28 20:01:46 # Node ID 0e312771ef2c6096da08d839ae3cd41419130b55 # Parent 01eabc7764fcaa465bf6c50f1c6b157290d01c7e (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 --git a/openttd.vcproj b/openttd.vcproj --- a/openttd.vcproj +++ b/openttd.vcproj @@ -17,7 +17,7 @@ ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2" + CharacterSet="1" WholeProgramOptimization="TRUE"> + CharacterSet="1"> + +