Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wow64win: Skip WM_CREATE/WM_NCCREATE lParam conversion if NULL.
lParam being NULL is handled in win32u/defwnd.c so make sure to pass the NULL through rather than relying on the pointer always being valid since it may not be in this case.
- Loading branch information