Compare commits

..

2 Commits

Author SHA1 Message Date
55aa8fd93b 4 2024-11-13 10:53:21 +03:00
a4930ed750 3 2024-11-13 10:36:45 +03:00

View File

@ -148,6 +148,8 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
HDC hdc = BeginPaint(hWnd, &ps);
// TODO: Добавьте сюда любой код прорисовки, использующий HDC...
EndPaint(hWnd, &ps);
//оооо
//аааа
}
break;
case WM_DESTROY: