Browse Source

MT#56128 add __MT_MAX

Allows usage of MT_ as array indices.

Change-Id: Ia5c6580bc3b2059e168aea36747128bbab5d4cc8
pull/1694/head
Richard Fuchs 2 years ago
parent
commit
9922e77da3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lib/codeclib.h

+ 2
- 0
lib/codeclib.h View File

@ -15,6 +15,8 @@ enum media_type {
MT_IMAGE, MT_IMAGE,
MT_MESSAGE, MT_MESSAGE,
MT_OTHER, MT_OTHER,
__MT_MAX
}; };


Loading…
Cancel
Save