diff options
Diffstat (limited to 'engines/sci/gfx/menubar.h')
-rw-r--r-- | engines/sci/gfx/menubar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/sci/gfx/menubar.h b/engines/sci/gfx/menubar.h index 7b163532f7..c262cd5bbf 100644 --- a/engines/sci/gfx/menubar.h +++ b/engines/sci/gfx/menubar.h @@ -25,8 +25,8 @@ /* Header for SCI0 menu bar management */ -#ifndef _SCI_MENUBAR_H_ -#define _SCI_MENUBAR_H_ +#ifndef SCI_GFX_SCI_MENUBAR_H +#define SCI_GFX_SCI_MENUBAR_H #include "sci/include/vm_types.h" #include "sci/gfx/gfx_operations.h" @@ -211,5 +211,4 @@ int menubar_match_key(menu_item_t *item, int message, int modifiers); } // End of namespace Sci -#endif /* !_SCI_MENUBAR_H_ */ - +#endif // SCI_GFX_SCI_MENUBAR_H |