diff options
author | Eugene Sandulenko | 2009-02-24 15:33:40 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-02-24 15:33:40 +0000 |
commit | a27285f117494290d26b23242cfd68e2dcc65d4d (patch) | |
tree | f7f0832e8b3268ac49d919d53fb640e67e10de1a /engines/sci/include/sci_midi.h | |
parent | b3d2429b04a9afdf8af6af91e251b6bee96404e7 (diff) | |
download | scummvm-rg350-a27285f117494290d26b23242cfd68e2dcc65d4d.tar.gz scummvm-rg350-a27285f117494290d26b23242cfd68e2dcc65d4d.tar.bz2 scummvm-rg350-a27285f117494290d26b23242cfd68e2dcc65d4d.zip |
Normalized guard #defines
svn-id: r38842
Diffstat (limited to 'engines/sci/include/sci_midi.h')
-rw-r--r-- | engines/sci/include/sci_midi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/include/sci_midi.h b/engines/sci/include/sci_midi.h index 372a06a201..6996cd29b3 100644 --- a/engines/sci/include/sci_midi.h +++ b/engines/sci/include/sci_midi.h @@ -23,8 +23,8 @@ * */ -#ifndef _SCI_MIDI_H_ -#define _SCI_MIDI_H_ +#ifndef SCI_INCLUDE_MIDI_H +#define SCI_INCLUDE_MIDI_H namespace Sci { @@ -52,4 +52,4 @@ namespace Sci { } // End of namespace Sci -#endif /* !defined(_SCI_MIDI_H_) */ +#endif // SCI_INCLUDE_MIDI_H |