summaryrefslogtreecommitdiff
path: root/ttd.vcproj
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-15 15:48:05 +0000
committerdarkvater <darkvater@openttd.org>2005-01-15 15:48:05 +0000
commitef3b9161f8f106a7cf6b02766fac06d92523816a (patch)
tree174b12956255bea6bb6661e6e5a30597c730575c /ttd.vcproj
parent559317f9d0ed7d32cff54939a3296922e3fae066 (diff)
downloadopenttd-ef3b9161f8f106a7cf6b02766fac06d92523816a.tar.xz
(svn r1523) -Fix: somehow mousewheel was disabled on windows using SDL; reenabled again
-Fix: added missing CDECL to ellipsis functions and changed VS6 project file to use _cdecl calling conventions (thx tamlin)
Diffstat (limited to 'ttd.vcproj')
-rw-r--r--ttd.vcproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.vcproj b/ttd.vcproj
index 2dad3071b..1a8b0b5ef 100644
--- a/ttd.vcproj
+++ b/ttd.vcproj
@@ -189,6 +189,7 @@
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
+ CallingConvention="0"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>