mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 382321 fix compiler warningsr=aaronleventhal
This commit is contained in:
parent
b9ab4744f2
commit
9a2003a444
@ -70,10 +70,10 @@ enum EValueRule
|
||||
};
|
||||
|
||||
// Used for an nsStateMapEntry if a given state attribute supports "true" and "false"
|
||||
static const char *kBoolState = 0;
|
||||
#define kBoolState 0
|
||||
|
||||
// Used in nsRoleMapEntry.state if no nsIAccessibleStates are automatic for a given role
|
||||
static const PRUint32 kNoReqStates = 0;
|
||||
#define kNoReqStates 0
|
||||
|
||||
// For this name and value pair, what is the nsIAccessibleStates mapping.
|
||||
// nsStateMapEntry.state
|
||||
|
Loading…
Reference in New Issue
Block a user