From a6c2a18bb9433c8e6c571a0ee4e13dfe29723acc Mon Sep 17 00:00:00 2001 From: "HARMEL, Bernard" Date: Tue, 20 Aug 2024 09:07:37 +0200 Subject: [PATCH] 5.7.4.3 --- lib/src/bofconio.cpp | 4 ++-- tests/src/main.cpp | 2 +- vcpkg.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/bofconio.cpp b/lib/src/bofconio.cpp index e374a1f..68eee60 100644 --- a/lib/src/bofconio.cpp +++ b/lib/src/bofconio.cpp @@ -117,8 +117,8 @@ bool BofConio::S_Initialize(const BOF_CONIO_PARAM &_rBofConioParam_X) if (BOF_IS_HANDLE_VALID(Out_h)) { GetConsoleScreenBufferInfo(Out_h, &ScreenBufferInfo_X); - mConsoleWidth_U32 = ScreenBufferInfo_X.srWindow.Right - ScreenBufferInfo_X.srWindow.Left + 1; - mConsoleHeight_U32 = ScreenBufferInfo_X.srWindow.Bottom - ScreenBufferInfo_X.srWindow.Top + 1; + S_mConsoleWidth_U32 = ScreenBufferInfo_X.srWindow.Right - ScreenBufferInfo_X.srWindow.Left + 1; + S_mConsoleHeight_U32 = ScreenBufferInfo_X.srWindow.Bottom - ScreenBufferInfo_X.srWindow.Top + 1; } #else // struct winsize ScreenBufferInfo_X; diff --git a/tests/src/main.cpp b/tests/src/main.cpp index f527566..b13672e 100644 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -14,7 +14,7 @@ #if defined(NDEBUG) // We are in Release compil #else #if defined(_WIN32) -#include +//#include #endif #endif diff --git a/vcpkg.json b/vcpkg.json index 3e60728..95459fe 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.7.3.3", + "version": "5.7.4.3", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {