[Scummvm-cvs-logs] SF.net SVN: scummvm: [21920] scummvm/trunk/sound

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 15 14:29:01 CEST 2006


Revision: 21920
Author:   fingolfin
Date:     2006-04-15 14:27:56 -0700 (Sat, 15 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21920&view=rev

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/sound/audiostream.h
    scummvm/trunk/sound/fmopl.h
    scummvm/trunk/sound/midiparser.h
Modified: scummvm/trunk/sound/audiostream.h
===================================================================
--- scummvm/trunk/sound/audiostream.h	2006-04-15 21:22:33 UTC (rev 21919)
+++ scummvm/trunk/sound/audiostream.h	2006-04-15 21:27:56 UTC (rev 21920)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef AUDIOSTREAM_H
-#define AUDIOSTREAM_H
+#ifndef SOUND_AUDIOSTREAM_H
+#define SOUND_AUDIOSTREAM_H
 
 #include "common/stdafx.h"
 #include "common/util.h"

Modified: scummvm/trunk/sound/fmopl.h
===================================================================
--- scummvm/trunk/sound/fmopl.h	2006-04-15 21:22:33 UTC (rev 21919)
+++ scummvm/trunk/sound/fmopl.h	2006-04-15 21:27:56 UTC (rev 21920)
@@ -24,8 +24,8 @@
  */
 
 
-#ifndef FMOPL_H_
-#define FMOPL_H_
+#ifndef SOUND_FMOPL_H
+#define SOUND_FMOPL_H
 
 #include "common/scummsys.h"
 

Modified: scummvm/trunk/sound/midiparser.h
===================================================================
--- scummvm/trunk/sound/midiparser.h	2006-04-15 21:22:33 UTC (rev 21919)
+++ scummvm/trunk/sound/midiparser.h	2006-04-15 21:27:56 UTC (rev 21920)
@@ -22,8 +22,8 @@
 
 //! \brief Declarations related to the MidiParser class
 
-#ifndef INCLUDED_MIDIPARSER
-#define INCLUDED_MIDIPARSER
+#ifndef SOUND_MIDIPARSER_H
+#define SOUND_MIDIPARSER_H
 
 #include "common/scummsys.h"
 #include "common/endian.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list