# HG changeset patch # User Darkvater # Date 2005-07-19 20:52:15 # Node ID afa224439d3f9a373ebe0adcff2f95fa813a36aa # Parent edcfaa00e4f272346f050c8f20e598bba7610535 (svn r2640) - CodeChange: change calling convention to __fastcall as well for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know. diff --git a/openttd.vcproj b/openttd.vcproj --- a/openttd.vcproj +++ b/openttd.vcproj @@ -48,6 +48,7 @@ WarnAsError="TRUE" SuppressStartupBanner="TRUE" DebugInformationFormat="3" + CallingConvention="1" CompileAs="1"/> @@ -114,7 +115,7 @@ SuppressStartupBanner="TRUE" Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="4" - CallingConvention="0" + CallingConvention="1" CompileAs="1"/> @@ -740,15 +741,15 @@ Name="AI Files" Filter=""> - - + +