summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:44:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:41 +0200
commit634c164990014bb6a7ee19117c9e272fcb4245fd (patch)
treec5f21c7e4f6a8d251d8e048d0fa5b1fae24d40b0
parent1b0c14658c169657fcca03c731cbb693524fac9b (diff)
Avoid reserved identifiers
Change-Id: I15faa079a6e124b10bcd50bad19cf1301bafc500
-rw-r--r--include/svl/memberid.hrc4
-rw-r--r--include/svl/solar.hrc4
-rw-r--r--include/svl/svl.hrc4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/svl/memberid.hrc b/include/svl/memberid.hrc
index b5a2262958e5..5dcafe62f6f9 100644
--- a/include/svl/memberid.hrc
+++ b/include/svl/memberid.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _MEMBERID_HRC
-#define _MEMBERID_HRC
+#ifndef INCLUDED_SVL_MEMBERID_HRC
+#define INCLUDED_SVL_MEMBERID_HRC
#define MID_X 1
#define MID_Y 2
diff --git a/include/svl/solar.hrc b/include/svl/solar.hrc
index b70cb6eeb174..022f98da8c06 100644
--- a/include/svl/solar.hrc
+++ b/include/svl/solar.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SOLAR_HRC
-#define _SOLAR_HRC
+#ifndef INCLUDED_SVL_SOLAR_HRC
+#define INCLUDED_SVL_SOLAR_HRC
// defines ------------------------------------------------------------------
diff --git a/include/svl/svl.hrc b/include/svl/svl.hrc
index d29bde933abd..97882c0572f0 100644
--- a/include/svl/svl.hrc
+++ b/include/svl/svl.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 _SVL_HRC
-#define _SVL_HRC
+#ifndef INCLUDED_SVL_SVL_HRC
+#define INCLUDED_SVL_SVL_HRC
#include <svl/solar.hrc>