22 Nov
2022
22 Nov
'22
6:47 p.m.
On Tue Nov 22 18:45:21 2022 +0000, Piotr Caban wrote:
```suggestion:-4+0 if (!InitOnceExecuteOnce(&init_ole32_once, init_ole32_funcs, NULL, NULL)) ERR("Initialization failed\n"); ```
Why don't we need to return here? Seems better than a null pointer exception later on. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1456#note_17007