From 2419ee5d54f6e8f5ca3fa987e88cc9f5ae0ff62d Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 19 Jul 2005 20:52:15 +0000 Subject: (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. --- openttd.vcproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'openttd.vcproj') diff --git a/openttd.vcproj b/openttd.vcproj index 955b0e90e..3c527e6e6 100644 --- 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"/> @@ -739,15 +740,15 @@ - - + + -- cgit v1.2.3-54-g00ecf