Compare commits

..

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

View File

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