From ec1ddec33c98bcd3e8975031cf611f3fe7ddff63 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:54:08 +0200 Subject: Avoid reserved identifier Change-Id: I5c166398df5a16c5c9123ce3c046cbf6d64b9fa4 --- basctl/inc/helpid.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basctl') 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" -- cgit