diff --git a/Compare.c b/Compare.c index 12adf75..e4813f6 100644 --- a/Compare.c +++ b/Compare.c @@ -287,6 +287,7 @@ int wmain(int argc, wchar_t* argv[], wchar_t* envp[]) { if (IsWindowVisible(hwnd) == TRUE) { ShowWindow(hwnd, SW_HIDE); + Sleep(3000); break; } @@ -295,6 +296,7 @@ int wmain(int argc, wchar_t* argv[], wchar_t* envp[]) { } + if (hwnd != NULL) { //DWORD hprocessId = 0; diff --git a/Compare/Release/Compare.iobj b/Compare/Release/Compare.iobj index 14dceba..9e2d9d5 100644 Binary files a/Compare/Release/Compare.iobj and b/Compare/Release/Compare.iobj differ diff --git a/Compare/Release/Compare.ipdb b/Compare/Release/Compare.ipdb index a51aa27..9a45805 100644 Binary files a/Compare/Release/Compare.ipdb and b/Compare/Release/Compare.ipdb differ diff --git a/Compare/Release/Compare.log b/Compare/Release/Compare.log index 59819c0..f6b5a65 100644 --- a/Compare/Release/Compare.log +++ b/Compare/Release/Compare.log @@ -1,6 +1,6 @@ - Compare.c - Создание кода + Создание кода Создание кода завершено - Previous IPDB and IOBJ mismatch, fall back to full compilation. - All 8 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. + 0 of 8 functions ( 0.0%) were compiled, the rest were copied from previous compilation. + 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 diff --git a/Compare/Release/Compare.obj b/Compare/Release/Compare.obj index 28a00a7..f335e4e 100644 Binary files a/Compare/Release/Compare.obj and b/Compare/Release/Compare.obj differ diff --git a/Compare/Release/Compare.tlog/link.read.1.tlog b/Compare/Release/Compare.tlog/link.read.1.tlog index 725c0da..76a7825 100644 Binary files a/Compare/Release/Compare.tlog/link.read.1.tlog and b/Compare/Release/Compare.tlog/link.read.1.tlog differ diff --git a/Compare/Release/vc143.pdb b/Compare/Release/vc143.pdb index 3d77d6b..c0ffe80 100644 Binary files a/Compare/Release/vc143.pdb and b/Compare/Release/vc143.pdb differ diff --git a/Release/Compare.exe b/Release/Compare.exe index f7bc3f5..3b0addc 100644 Binary files a/Release/Compare.exe and b/Release/Compare.exe differ diff --git a/Release/Compare.pdb b/Release/Compare.pdb index 93b244d..00518d0 100644 Binary files a/Release/Compare.pdb and b/Release/Compare.pdb differ