[Scummvm-cvs-logs] SF.net SVN: scummvm:[40351] scummvm/trunk/sound/softsynth/opl/opl.h

Johannes Schickel lordhoto at gmail.com
Wed May 6 15:51:48 CEST 2009


dreammaster at users.sourceforge.net wrote:
> Revision: 40351
>           http://scummvm.svn.sourceforge.net/scummvm/?rev=40351&view=rev
> Author:   dreammaster
> Date:     2009-05-06 10:28:07 +0000 (Wed, 06 May 2009)
>
> Log Message:
> -----------
> Added a reference to scummsys.h to fix compilation errors
>
> Modified Paths:
> --------------
>     scummvm/trunk/sound/softsynth/opl/opl.h
>
> Modified: scummvm/trunk/sound/softsynth/opl/opl.h
> ===================================================================
> --- scummvm/trunk/sound/softsynth/opl/opl.h	2009-05-06 10:03:22 UTC (rev 40350)
> +++ scummvm/trunk/sound/softsynth/opl/opl.h	2009-05-06 10:28:07 UTC (rev 40351)
> @@ -24,6 +24,7 @@
>   * Ken Silverman's official web site: "http://www.advsys.net/ken"
>   */
>  
> +#include "common/scummsys.h"
>  
>  #define fltype double
>  
>
>   

This looks wrong, as you might see opl.h is included in opl.cpp, which 
is included in dosbox.cpp inside a sperate namespace, thus it would 
double define those types in that namespace. Could you please give me 
the exact compiler errors?

// Johannes




More information about the Scummvm-git-logs mailing list