Posted by member 99 on 2003-04-21 10:43:26 link

Please do :)

The only other thing I've changed: There's a small GDI resource leak, for which I believe I added:
DeleteObject(hBGBrush);
DeleteObject(hHollowBrush);
DeleteObject(hBGBitmap);
to the end of quitModule.