19 Mar
2024
19 Mar
'24
3 p.m.
On Tue Mar 19 15:00:10 2024 +0000, Zebediah Figura wrote:
@zfigura I added the `LPDWORD` -\> `DWORD*` change, for consistency (if it's prefer within the wine code, then it would make sense to change it in few places), or we can do just `typedef DWORD* LPDWORD;` as we did before :smile: Thanks, although, if we're going to go to lengths to beautify that code anyway, I'd rather replace the casts with wined3d's float_to_int(). done, I imported `float_to_int()` to our code and it works well.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5324#note_65346