Kaydet (Commit) 634c1649 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifiers

Change-Id: I15faa079a6e124b10bcd50bad19cf1301bafc500
üst 1b0c1465
......@@ -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
......
......@@ -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 ------------------------------------------------------------------
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment