Compare commits

..

No commits in common. "ветка3" and "main" have entirely different histories.

View File

@ -148,8 +148,6 @@ 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: