From a4930ed750be10c908692d00b0c59bc96ecbef04 Mon Sep 17 00:00:00 2001 From: "mariaandreeva.2007" Date: Wed, 13 Nov 2024 10:36:45 +0300 Subject: [PATCH] 3 --- oit56.2/oit56.2/oit56.2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/oit56.2/oit56.2/oit56.2.cpp b/oit56.2/oit56.2/oit56.2.cpp index 9fd4463..b2c54b9 100644 --- a/oit56.2/oit56.2/oit56.2.cpp +++ b/oit56.2/oit56.2/oit56.2.cpp @@ -148,6 +148,7 @@ 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: -- 2.25.1