From d713784043a5c911105660aeccd8b665a877c4ca Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:46:32 +0200 Subject: Avoid reserved identifier Change-Id: I10a889a44126d8a07c47bee42eac2aee7a024426 --- include/vcl/fpicker.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/vcl/fpicker.hrc b/include/vcl/fpicker.hrc index 896d9c8d48c2..29c446ddbd36 100644 --- a/include/vcl/fpicker.hrc +++ b/include/vcl/fpicker.hrc @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef _FPICKER_HRC -#define _FPICKER_HRC +#ifndef INCLUDED_VCL_FPICKER_HRC +#define INCLUDED_VCL_FPICKER_HRC #include -- cgit