• Biswapriyo Nath's avatar
    include: Avoid a C++ keyword. · 469a4837
    Biswapriyo Nath authored
    This fixes the following C++ compiler error
    
    mfmediaengine.h:1216:18: error: expected ',' or '...' before 'protected'
     1216 |            BOOL *protected) = 0;
          |                  ^~~~~~~~~
    469a4837
mfmediaengine.idl 16.6 KB