diff options
author | Max Horn | 2010-09-28 20:30:50 +0000 |
---|---|---|
committer | Max Horn | 2010-09-28 20:30:50 +0000 |
commit | 484bf9c269889f205d7db58e88518e55ea615675 (patch) | |
tree | 1b353d8d1fc0eb387949a2d12822fce4d93bedf8 | |
parent | 1d3ce126eac4a7fa479df79009fd0b15ca081109 (diff) | |
download | scummvm-rg350-484bf9c269889f205d7db58e88518e55ea615675.tar.gz scummvm-rg350-484bf9c269889f205d7db58e88518e55ea615675.tar.bz2 scummvm-rg350-484bf9c269889f205d7db58e88518e55ea615675.zip |
ALL: Fixup some #define names
svn-id: r52935
24 files changed, 49 insertions, 49 deletions
diff --git a/backends/platform/symbian/src/ScummApp.h b/backends/platform/symbian/src/ScummApp.h index 8cfdbdb92f..cca8e2a7c9 100644 --- a/backends/platform/symbian/src/ScummApp.h +++ b/backends/platform/symbian/src/ScummApp.h @@ -22,8 +22,8 @@ * $Id$ */ -#ifndef ScummAPPH -#define ScummAPPH +#ifndef SCUMMAPP_H +#define SCUMMAPP_H #include <eikapp.h> #include <e32base.h> diff --git a/backends/platform/symbian/src/ScummVMApp.h b/backends/platform/symbian/src/ScummVMApp.h index 6796024e1e..aee098f989 100644 --- a/backends/platform/symbian/src/ScummVMApp.h +++ b/backends/platform/symbian/src/ScummVMApp.h @@ -23,8 +23,8 @@ * */ -#ifndef ScummVMapph -#define ScummVMapph +#ifndef SCUMMVMAPP_H +#define SCUMMVMAPP_H #include <eikapp.h> #include <e32base.h> diff --git a/backends/platform/symbian/src/SymbianOS.h b/backends/platform/symbian/src/SymbianOS.h index 72ff70c25e..85b5e131da 100644 --- a/backends/platform/symbian/src/SymbianOS.h +++ b/backends/platform/symbian/src/SymbianOS.h @@ -22,8 +22,8 @@ * $Id$ */ -#ifndef SDLSYMBIANH -#define SDLSYMBIANH +#ifndef SDLSYMBIAN_H +#define SDLSYMBIAN_H #include "backends/platform/sdl/sdl.h" diff --git a/backends/platform/wince/CEActionsPocket.h b/backends/platform/wince/CEActionsPocket.h index ae0ed19975..0fe29a9e86 100644 --- a/backends/platform/wince/CEActionsPocket.h +++ b/backends/platform/wince/CEActionsPocket.h @@ -23,8 +23,8 @@ * */ -#ifndef CEACTIONSPOCKET -#define CEACTIONSPOCKET +#ifndef CEACTIONSPOCKET_H +#define CEACTIONSPOCKET_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEActionsSmartphone.h b/backends/platform/wince/CEActionsSmartphone.h index eacc571a67..36797cd2c8 100644 --- a/backends/platform/wince/CEActionsSmartphone.h +++ b/backends/platform/wince/CEActionsSmartphone.h @@ -23,8 +23,8 @@ * */ -#ifndef CEACTIONSSMARTPHONE -#define CEACTIONSSMARTPHONE +#ifndef CEACTIONSSMARTPHONE_H +#define CEACTIONSSMARTPHONE_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEDevice.h b/backends/platform/wince/CEDevice.h index 9fee8497c2..ca2f908c6d 100644 --- a/backends/platform/wince/CEDevice.h +++ b/backends/platform/wince/CEDevice.h @@ -23,8 +23,8 @@ * */ -#ifndef CEDEVICE -#define CEDEVICE +#ifndef CEDEVICE_H +#define CEDEVICE_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CELauncherDialog.h b/backends/platform/wince/CELauncherDialog.h index 7e86f808fc..7755e33dcc 100644 --- a/backends/platform/wince/CELauncherDialog.h +++ b/backends/platform/wince/CELauncherDialog.h @@ -23,8 +23,8 @@ * */ -#ifndef CELAUNCHERDIALOG -#define CELAUNCHERDIALOG +#ifndef CELAUNCHERDIALOG_H +#define CELAUNCHERDIALOG_H #include "base/plugins.h" #include "common/fs.h" diff --git a/backends/platform/wince/CEScaler.h b/backends/platform/wince/CEScaler.h index c93e1c66ca..4711f94bba 100644 --- a/backends/platform/wince/CEScaler.h +++ b/backends/platform/wince/CEScaler.h @@ -23,8 +23,8 @@ * */ -#ifndef CESCALER -#define CESCALER +#ifndef CESCALER_H +#define CESCALER_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/GUIElement.h b/backends/platform/wince/CEgui/GUIElement.h index beb9d95047..7e4572d377 100644 --- a/backends/platform/wince/CEgui/GUIElement.h +++ b/backends/platform/wince/CEgui/GUIElement.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_GUIELEMENT -#define CEGUI_GUIELEMENT +#ifndef CEGUI_GUIELEMENT_H +#define CEGUI_GUIELEMENT_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/ItemAction.h b/backends/platform/wince/CEgui/ItemAction.h index e2cd5b2367..74ed6bec4d 100644 --- a/backends/platform/wince/CEgui/ItemAction.h +++ b/backends/platform/wince/CEgui/ItemAction.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_ITEMACTION -#define CEGUI_ITEMACTION +#ifndef CEGUI_ITEMACTION_H +#define CEGUI_ITEMACTION_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/ItemSwitch.h b/backends/platform/wince/CEgui/ItemSwitch.h index 1fa5732b6a..8d03ee77cb 100644 --- a/backends/platform/wince/CEgui/ItemSwitch.h +++ b/backends/platform/wince/CEgui/ItemSwitch.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_ITEMSWITCH -#define CEGUI_ITEMSWITCH +#ifndef CEGUI_ITEMSWITCH_H +#define CEGUI_ITEMSWITCH_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/Panel.h b/backends/platform/wince/CEgui/Panel.h index 0b55c00dee..6626e41866 100644 --- a/backends/platform/wince/CEgui/Panel.h +++ b/backends/platform/wince/CEgui/Panel.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_PANEL -#define CEGUI_PANEL +#ifndef CEGUI_PANEL_H +#define CEGUI_PANEL_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/PanelItem.h b/backends/platform/wince/CEgui/PanelItem.h index 82e9b03e22..55920c304a 100644 --- a/backends/platform/wince/CEgui/PanelItem.h +++ b/backends/platform/wince/CEgui/PanelItem.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_PANELITEM -#define CEGUI_PANELITEM +#ifndef CEGUI_PANELITEM_H +#define CEGUI_PANELITEM_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/PanelKeyboard.h b/backends/platform/wince/CEgui/PanelKeyboard.h index 5ef4adc73e..f441e14771 100644 --- a/backends/platform/wince/CEgui/PanelKeyboard.h +++ b/backends/platform/wince/CEgui/PanelKeyboard.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_PANELKEYBOARD -#define CEGUI_PANELKEYBOARD +#ifndef CEGUI_PANELKEYBOARD_H +#define CEGUI_PANELKEYBOARD_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/SDL_ImageResource.h b/backends/platform/wince/CEgui/SDL_ImageResource.h index 140a11c356..454237dd15 100644 --- a/backends/platform/wince/CEgui/SDL_ImageResource.h +++ b/backends/platform/wince/CEgui/SDL_ImageResource.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_SDL_IMAGERESOURCE -#define CEGUI_SDL_IMAGERESOURCE +#ifndef CEGUI_SDL_IMAGERESOURCE_H +#define CEGUI_SDL_IMAGERESOURCE_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/Toolbar.h b/backends/platform/wince/CEgui/Toolbar.h index c23559d315..3c48e6188a 100644 --- a/backends/platform/wince/CEgui/Toolbar.h +++ b/backends/platform/wince/CEgui/Toolbar.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_TOOLBAR -#define CEGUI_TOOLBAR +#ifndef CEGUI_TOOLBAR_H +#define CEGUI_TOOLBAR_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEgui/ToolbarHandler.h b/backends/platform/wince/CEgui/ToolbarHandler.h index 30a299d153..4a79ed1609 100644 --- a/backends/platform/wince/CEgui/ToolbarHandler.h +++ b/backends/platform/wince/CEgui/ToolbarHandler.h @@ -23,8 +23,8 @@ * */ -#ifndef CEGUI_TOOLBARHANDLER -#define CEGUI_TOOLBARHANDLER +#ifndef CEGUI_TOOLBARHANDLER_H +#define CEGUI_TOOLBARHANDLER_H #include "common/scummsys.h" #include "common/system.h" diff --git a/backends/platform/wince/CEkeys/EventsBuffer.h b/backends/platform/wince/CEkeys/EventsBuffer.h index 2e13770d25..44e1c66e47 100644 --- a/backends/platform/wince/CEkeys/EventsBuffer.h +++ b/backends/platform/wince/CEkeys/EventsBuffer.h @@ -23,8 +23,8 @@ * */ -#ifndef CEKEYS_EVENTSBUFFER -#define CEKEYS_EVENTSBUFFER +#ifndef CEKEYS_EVENTSBUFFER_H +#define CEKEYS_EVENTSBUFFER_H #include "common/scummsys.h" #include "common/system.h" diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index beb8e50c2c..9809f10576 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -92,7 +92,7 @@ const char *getSciVersionDesc(SciVersion version) { #undef SCI_REQUIRE_RESOURCE_FILES -//#define SCI_VERBOSE_resMan 1 +//#define SCI_VERBOSE_RESMAN 1 static const char *sci_error_types[] = { "No error", @@ -908,7 +908,7 @@ void ResourceManager::addToLRU(Resource *res) { } _LRU.push_front(res); _memoryLRU += res->size; -#if SCI_VERBOSE_resMan +#if SCI_VERBOSE_RESMAN debug("Adding %s.%03d (%d bytes) to lru control: %d bytes total", getResourceTypeName(res->type), res->number, res->size, mgr->_memoryLRU); @@ -939,7 +939,7 @@ void ResourceManager::freeOldResources() { Resource *goner = *_LRU.reverse_begin(); removeFromLRU(goner); goner->unalloc(); -#ifdef SCI_VERBOSE_resMan +#ifdef SCI_VERBOSE_RESMAN printf("resMan-debug: LRU: Freeing %s.%03d (%d bytes)\n", getResourceTypeName(goner->type), goner->number, goner->size); #endif } diff --git a/gui/ThemeEval.h b/gui/ThemeEval.h index c484a49564..ac867512da 100644 --- a/gui/ThemeEval.h +++ b/gui/ThemeEval.h @@ -23,8 +23,8 @@ * */ -#ifndef GUI_THEME_EVAL -#define GUI_THEME_EVAL +#ifndef GUI_THEME_EVAL_H +#define GUI_THEME_EVAL_H #include "common/scummsys.h" #include "common/hashmap.h" diff --git a/tools/create_lure/create_lure_dat.h b/tools/create_lure/create_lure_dat.h index 93da90d56c..4743f6ac3f 100644 --- a/tools/create_lure/create_lure_dat.h +++ b/tools/create_lure/create_lure_dat.h @@ -23,8 +23,8 @@ * */ -#ifndef __CREATELURE_DAT__ -#define __CREATELURE_DAT__ +#ifndef CREATE_LURE_DAT_H +#define CREATE_LURE_DAT_H #include "common/endian.h" #include "common/util.h" diff --git a/tools/skycpt/KmpSearch.h b/tools/skycpt/KmpSearch.h index 3e1655a37b..6f13ace4a5 100644 --- a/tools/skycpt/KmpSearch.h +++ b/tools/skycpt/KmpSearch.h @@ -23,8 +23,8 @@ * */ -#ifndef __KmpSearch__ -#define __KmpSearch__ +#ifndef SKYCPT_KMPSEARCH_H +#define SKYCPT_KMPSEARCH_H class KmpSearch { public: diff --git a/tools/skycpt/TextFile.h b/tools/skycpt/TextFile.h index 92b1546167..a9ad65417c 100644 --- a/tools/skycpt/TextFile.h +++ b/tools/skycpt/TextFile.h @@ -23,8 +23,8 @@ * */ -#ifndef __TextFile__ -#define __TextFile__ +#ifndef SKYCPT_TEXTFILE_H +#define SKYCPT_TEXTFILE_H #include "stdafx.h" #include <stdio.h> diff --git a/tools/skycpt/stdafx.h b/tools/skycpt/stdafx.h index f5016cf98a..3e5c6042eb 100644 --- a/tools/skycpt/stdafx.h +++ b/tools/skycpt/stdafx.h @@ -27,8 +27,8 @@ // oder projektspezifische Includedateien, die häufig benutzt, aber // in unregelmäßigen Abständen geändert werden. // -#ifndef __STDAFX_H__ -#define __STDAFX_H__ +#ifndef SKYCPT_STDAFX_H +#define SKYCPT_STDAFX_H #ifdef _MSC_VER #pragma once |