diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:48:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:42 +0200 |
commit | 028dcd41ab6b28732e168d834ec76d1c67020eda (patch) | |
tree | 6069c8dce581b0732fe9a73b51d7a1db7a5a8e45 /sdext | |
parent | 830a86731414d81c2f36ba97c620e9d794ec94c4 (diff) |
Avoid reserved identifier
Change-Id: I0d75653dcde39b0fbd8af723295262615978d903
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/optimizerdialog.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/minimizer/optimizerdialog.hrc b/sdext/source/minimizer/optimizerdialog.hrc index b9fe9562989a..809e11edd290 100644 --- a/sdext/source/minimizer/optimizerdialog.hrc +++ b/sdext/source/minimizer/optimizerdialog.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 _OPTIMIZERDIALOG_HRC -#define _OPTIMIZERDIALOG_HRC +#ifndef SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HRC +#define SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HRC #define ITEM_ID_INTRODUCTION 0 #define ITEM_ID_SLIDES 1 |