Avoid reserved identifiers

Change-Id: I13bbc627ba058143862a77d27bbca85f2d961d60
This commit is contained in:
Stephan Bergmann
2016-04-12 19:50:36 +02:00
parent 7fb8332701
commit cd96f8998d
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"