On Wed Sep 14 21:56:30 2022 +0000, Esme Povirk wrote:
I don't think there's a need to check IsWindow here? If CreateWindow fails, it should return NULL.
Hm fair, I guess I've gotten into the habit of using `IsWindow()` instead of null checks universally, but a null check here is probably good enough.