Zhiyi Zhang (@zhiyi) commented about dlls/uxtheme/msstyles.c:
}
}
+static void parse_app_class_name(LPCWSTR name, LPWSTR szAppName, LPWSTR szClassName)
It's a bit inconsistent that the function name uses underscores while its parameters use camelcase. Let's use the snake case here.