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

Avoid reserved identifiers

Change-Id: I13bbc627ba058143862a77d27bbca85f2d961d60
üst 7fb83327
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_ #ifndef INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC
#define __FRAMEWORK_CLASSES_RESOURCE_HRC_ #define INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC
#define RID_STR_START 2000 #define RID_STR_START 2000
#define RID_MENU_START 10000 #define RID_MENU_START 10000
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _FRAMEWORK_HELPID_HRC #ifndef INCLUDED_FRAMEWORK_HELPID_HRC
#define _FRAMEWORK_HELPID_HRC #define INCLUDED_FRAMEWORK_HELPID_HRC
#define HID_BACKINGWINDOW "FWK_HID_BACKINGWINDOW" #define HID_BACKINGWINDOW "FWK_HID_BACKINGWINDOW"
#define HID_STATUSBAR "FWK_HID_STATUSBAR" #define HID_STATUSBAR "FWK_HID_STATUSBAR"
......
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