diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find-unused-defines-in-hrc-files.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/find-unused-defines-in-hrc-files.py b/bin/find-unused-defines-in-hrc-files.py index 9350e3a721d7..724e1b358b48 100755 --- a/bin/find-unused-defines-in-hrc-files.py +++ b/bin/find-unused-defines-in-hrc-files.py @@ -84,6 +84,8 @@ exclusionSet = set([ "UID_BRWEVT_", "HID_EVT_", "HID_PROP_", + "STR_VOBJ_MODE_", + "STR_COND_", ]) |