From cd96f8998da97b578bde7a58ff1f0d2db8fe0c99 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:50:36 +0200 Subject: [PATCH] Avoid reserved identifiers Change-Id: I13bbc627ba058143862a77d27bbca85f2d961d60 --- framework/inc/classes/resource.hrc | 4 ++-- framework/inc/helpid.hrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc index d1fdfeb2b0f5..f0fdc89313dc 100644 --- a/framework/inc/classes/resource.hrc +++ b/framework/inc/classes/resource.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_ -#define __FRAMEWORK_CLASSES_RESOURCE_HRC_ +#ifndef INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC +#define INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC #define RID_STR_START 2000 #define RID_MENU_START 10000 diff --git a/framework/inc/helpid.hrc b/framework/inc/helpid.hrc index 19f74d3e8edb..78fd95162369 100644 --- a/framework/inc/helpid.hrc +++ b/framework/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 _FRAMEWORK_HELPID_HRC -#define _FRAMEWORK_HELPID_HRC +#ifndef INCLUDED_FRAMEWORK_HELPID_HRC +#define INCLUDED_FRAMEWORK_HELPID_HRC #define HID_BACKINGWINDOW "FWK_HID_BACKINGWINDOW" #define HID_STATUSBAR "FWK_HID_STATUSBAR"