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/uinput.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/uinput.h')
-rw-r--r-- | engines/sci/include/uinput.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/include/uinput.h b/engines/sci/include/uinput.h index 7e830b410d..16339a113f 100644 --- a/engines/sci/include/uinput.h +++ b/engines/sci/include/uinput.h @@ -25,8 +25,8 @@ /* unified input header file */ -#ifndef _SCI_UINPUT_H -#define _SCI_UINPUT_H +#ifndef SCI_INCLUDE_UINPUT_H +#define SCI_INCLUDE_UINPUT_H namespace Sci { @@ -124,4 +124,4 @@ struct sci_event_t { } // End of namespace Sci -#endif /* _SCI_UINPUT_H */ +#endif // SCI_INCLUDE_UINPUT_H |