Code cleanup
This commit is contained in:
@@ -586,11 +586,11 @@ int RegisterWinClass(void)
|
||||
|
||||
WNDCLASS wcl;
|
||||
|
||||
wcl.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW | CS_NOCLOSE ;
|
||||
wcl.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW | CS_NOCLOSE;
|
||||
wcl.cbClsExtra = 0;
|
||||
wcl.cbWndExtra = 0;
|
||||
wcl.hIcon = LoadIcon(NULL,IDI_APPLICATION);
|
||||
wcl.hCursor = NULL;
|
||||
wcl.hCursor = NULL;
|
||||
wcl.hInstance = hInst;
|
||||
wcl.lpfnWndProc = (WNDPROC)Main_Proc;
|
||||
wcl.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH);
|
||||
|
||||
Reference in New Issue
Block a user