From 4f2b9f026d582350da71d7f4015bfaaf2c7030ce Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:48:00 +0200 Subject: Avoid reserved identifiers Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279 --- sw/inc/rcid.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/rcid.hrc') diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index f80958807599..528c5bb59bcf 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.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 _RDIC_HRC -#define _RDIC_HRC +#ifndef INCLUDED_SW_INC_RCID_HRC +#define INCLUDED_SW_INC_RCID_HRC #include -- cgit