On Thu Nov 21 04:00:36 2024 +0000, Nikolay Sivov wrote:
If it works like that, sure. But could we turn "hr == S_OK" to a loop break condition, after ProcessMessage. Or simply as "if ((hr == ProcessMessage()) != S_OK) break;. I think that would be more readable and easy to follow.
Thanks @nsivov, I've made that change