Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : pionere
    Date : 2022-01-18 17:43:31
    Hash : 25aa7244
    Message : cleanup IME_GetId - use assert instead of a check (it is a static function with constant parameter) - assume it is called with 0 first (simplifies the logic) - reuse dwLang value instead of a new 'call' to LANG()