From a1a16d1579f3192f430627b62d7d181ee92d6c4d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 19 Feb 2007 17:48:19 +0000 Subject: Use consistent naming for the preprocessor constants used to guarantee that header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727 --- engines/scumm/imuse/sysex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/imuse/sysex.h') diff --git a/engines/scumm/imuse/sysex.h b/engines/scumm/imuse/sysex.h index ba16282a2c..b573906887 100644 --- a/engines/scumm/imuse/sysex.h +++ b/engines/scumm/imuse/sysex.h @@ -20,8 +20,8 @@ * $Id$ */ -#ifndef DEFINED_SYSEX_H -#define DEFINED_SYSEX_H +#ifndef SCUMM_IMUSE_SYSEX_H +#define SCUMM_IMUSE_SYSEX_H #include "common/stdafx.h" #include "common/util.h" -- cgit v1.2.3