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: