commit | ac90e1bd5bdcc19d1c6d5f49f0c9839b2b984508 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Tue May 14 12:10:06 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Tue May 14 12:18:10 2024 +0200 |
tree | 4cd276442fa968e5df43f7ac986e4ac5e8a17104 | |
parent | 0a5d40a0161d0b3d24222ac18f42bb02f1a4510e [diff] |
Backends: Win32: replace bd != nullptr assert with early out. (#6275) + fixed inconsistent use of break vs return 0 in WndProcHandler (had no tangible effect).