Revision: 19084
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19084&view=rev
Author: fabbo
Date: 2008-07-27 16:42:35 +0000 (Sun, 27 Jul 2008)
Log Message:
-----------
Did not compile with MinGW
Modified Paths:
--------------
branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystick.c
Modified: branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystick.c
===================================================================
--- branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystick.c 2008-07-26 22:12:00 UTC (rev 19083)
+++ branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystick.c 2008-07-27 16:42:35 UTC (rev 19084)
@@ -422,7 +422,7 @@
}
#ifdef WIN32
-#if HAVE_DINPUT
+#ifdef HAVE_DINPUT
if (!joy_di_init())
#endif
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|