(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)
This commit is contained in:
darkvater
2005-01-15 15:48:05 +00:00
parent 0c01db5255
commit 1d127765c3
6 changed files with 10 additions and 11 deletions

View File

@@ -189,6 +189,7 @@
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
CallingConvention="0"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>