j
k
j a
j l
On Tue Nov 22 18:45:21 2022 +0000, Piotr Caban wrote:
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.
Back to the thread
Back to the list