Bug #20402
Constants generated for bitfields and enums can cause redeclaration
Description
The constant names generated for bitfields and enums do not have the driver name appended to them and may conflict with constants from other drivers.
History
#1 Updated by John Diamond over 2 years ago
- Status changed from Work in progress to Resolved
- % Done changed from 0 to 100
Enum are now declared with the name:
eDRIVERNameEnumName
Enum constants are named:
DRIVERNAME_EnumLabel = EnumVale