diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:54:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:47 +0200 |
commit | ec1ddec33c98bcd3e8975031cf611f3fe7ddff63 (patch) | |
tree | d36110e5a718d14936f67dab967ed1572bb0e327 /basctl/inc/helpid.hrc | |
parent | ea7b57272cea8d74d0d47ee3dddd019f256f80f2 (diff) |
Avoid reserved identifier
Change-Id: I5c166398df5a16c5c9123ce3c046cbf6d64b9fa4
Diffstat (limited to 'basctl/inc/helpid.hrc')
-rw-r--r-- | basctl/inc/helpid.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/inc/helpid.hrc b/basctl/inc/helpid.hrc index 5935bb36c2e8..86e3d4f58c89 100644 --- a/basctl/inc/helpid.hrc +++ b/basctl/inc/helpid.hrc @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BASCTL_HELPID_HRC -#define _BASCTL_HELPID_HRC +#ifndef INCLUDED_BASCTL_INC_HELPID_HRC +#define INCLUDED_BASCTL_INC_HELPID_HRC #define HID_BASICIDE_OBJECTCAT "BASCTL_HID_BASICIDE_OBJECTCAT" |