diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:54:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:47 +0200 |
commit | dcc22d9860f013b3986bcca71f7d102c72ab353d (patch) | |
tree | 6f43d035c68572112e80b7664efeee02b40d9e64 | |
parent | ec1ddec33c98bcd3e8975031cf611f3fe7ddff63 (diff) |
Avoid reserved identifier
Change-Id: Ie881d77774ea05b5683850c113cf3f6b1d6f2ca7
-rw-r--r-- | avmedia/inc/helpids.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/inc/helpids.hrc b/avmedia/inc/helpids.hrc index 34bfe20b9267..b472e77c60aa 100644 --- a/avmedia/inc/helpids.hrc +++ b/avmedia/inc/helpids.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _AVMEDIA_HELPIDS_HRC -#define _AVMEDIA_HELPIDS_HRC +#ifndef INCLUDED_AVMEDIA_INC_HELPIDS_HRC +#define INCLUDED_AVMEDIA_INC_HELPIDS_HRC #define HID_AVMEDIA_TOOLBOXITEM_PLAY "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_PLAY" #define HID_AVMEDIA_TOOLBOXITEM_PAUSE "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_PAUSE" @@ -33,6 +33,6 @@ #define HID_AVMEDIA_VOLUMESLIDER "AVMEDIA_HID_AVMEDIA_VOLUMESLIDER" #define HID_AVMEDIA_PLAYERWINDOW "AVMEDIA_HID_AVMEDIA_PLAYERWINDOW" -#endif // _AVMEDIA_HELPIDS_HRC +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |