Hash :
25aa7244
Author :
Date :
2022-01-18T17:43:31
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()