Обновление

This commit is contained in:
cfif 2025-07-07 14:34:19 +03:00
parent e7033f691c
commit 7bdd38b498
9 changed files with 6 additions and 4 deletions

View File

@ -287,6 +287,7 @@ int wmain(int argc, wchar_t* argv[], wchar_t* envp[]) {
if (IsWindowVisible(hwnd) == TRUE) { if (IsWindowVisible(hwnd) == TRUE) {
ShowWindow(hwnd, SW_HIDE); ShowWindow(hwnd, SW_HIDE);
Sleep(3000);
break; break;
} }
@ -295,6 +296,7 @@ int wmain(int argc, wchar_t* argv[], wchar_t* envp[]) {
} }
if (hwnd != NULL) { if (hwnd != NULL) {
//DWORD hprocessId = 0; //DWORD hprocessId = 0;

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
 Compare.c  Создание кода
Создание кода
Создание кода завершено Создание кода завершено
Previous IPDB and IOBJ mismatch, fall back to full compilation. 0 of 8 functions ( 0.0%) were compiled, the rest were copied from previous compilation.
All 8 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. 0 functions were new in current compilation
0 functions had inline decision re-evaluated but remain unchanged
Compare.vcxproj -> C:\VC\Compare\Release\Compare.exe Compare.vcxproj -> C:\VC\Compare\Release\Compare.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.