• M
    esx: Generate method mappings via macros · d304352b
    Matthias Bolte 提交于
    This is actually a consequence of the reworked required parameter
    checking: Unify the required parameter check into a Validate function
    instead of doing it separately im the (de)serialization part.
    
    The required parameter checking for the mapped methods parameter was
    done in the (de)serialize functions before. Now it's explicitly done
    in the mapped method itself.
    d304352b
esx_vi.h 10.0 KB