On Sun Aug 10 06:07:15 2025 +0000, JiangYi Chen wrote:
changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/8178/diffs?diff_id=199656&start_sha=8569bdd040564c69766c4e29709ef2a0990a9771#e8595f9b497b04f5fd87cfe62abe9540dccb42b7_984_984)
Place the implementation on the next line. Without using {} to wrap the code block for 'dtp->uiLengthDrawn += old_count - count;' the subsequent code suffers from misleading indentation issues. This causes the GCC compiler to emit a warning as shown in the pictures below. Therefore, I've made some adjustments to the code indentation.
Regardless, the code indentation within the DrawTextExW() function is indeed quite messy, making it inconvenient to read the code.  