Avoid reserved identifiers
Change-Id: I13bbc627ba058143862a77d27bbca85f2d961d60
This commit is contained in:
parent
7fb8332701
commit
cd96f8998d
@ -17,8 +17,8 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
|
||||
#define __FRAMEWORK_CLASSES_RESOURCE_HRC_
|
||||
#ifndef INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC
|
||||
#define INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC
|
||||
|
||||
#define RID_STR_START 2000
|
||||
#define RID_MENU_START 10000
|
||||
|
@ -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 _FRAMEWORK_HELPID_HRC
|
||||
#define _FRAMEWORK_HELPID_HRC
|
||||
#ifndef INCLUDED_FRAMEWORK_HELPID_HRC
|
||||
#define INCLUDED_FRAMEWORK_HELPID_HRC
|
||||
|
||||
#define HID_BACKINGWINDOW "FWK_HID_BACKINGWINDOW"
|
||||
#define HID_STATUSBAR "FWK_HID_STATUSBAR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user