From 3cd919c57cd591d191c9d3074c5a6ef7381c62ff Mon Sep 17 00:00:00 2001 From: "v.ignatkin" Date: Mon, 18 Nov 2024 09:56:00 +0400 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=822?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WindowsProject1/WindowsProject1.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/WindowsProject1/WindowsProject1.cpp b/WindowsProject1/WindowsProject1.cpp index 43a32f9..e54ecc0 100644 --- a/WindowsProject1/WindowsProject1.cpp +++ b/WindowsProject1/WindowsProject1.cpp @@ -159,7 +159,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) LineTo(hdc, 200, 100); LineTo(hdc, 300, 200); - // окно домика MoveToEx(hdc, 150, 250, NULL); LineTo(hdc, 200, 250); LineTo(hdc, 200, 290); -- 2.25.1