diff --git a/Release/tool3.exe b/Release/tool3.exe index 5e05894..25cc1e3 100644 Binary files a/Release/tool3.exe and b/Release/tool3.exe differ diff --git a/readme.md b/readme.md index 4e21075..ae389e6 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ Visual C++ 2010 redist (x86); Windows 7 Also monerod cmd-line options can be changed in edit window. -![Screen1](/screens/Untitled%202.jpg) +![Screen1](/screens/Untitled%201.jpg) ## build: diff --git a/screens/Untitled 1.jpg b/screens/Untitled 1.jpg new file mode 100644 index 0000000..f340d2b Binary files /dev/null and b/screens/Untitled 1.jpg differ diff --git a/screens/Untitled.jpg b/screens/Untitled.jpg deleted file mode 100644 index fbb7c9d..0000000 Binary files a/screens/Untitled.jpg and /dev/null differ diff --git a/tool3/MainFrm.cpp b/tool3/MainFrm.cpp index 054022f..451a9db 100644 --- a/tool3/MainFrm.cpp +++ b/tool3/MainFrm.cpp @@ -173,7 +173,7 @@ VOID c(VOID *) fw.codepage=CP_THREAD_ACP; int monte=0; char reserve; - + SetThreadExecutionState(ES_CONTINUOUS|ES_SYSTEM_REQUIRED); while(1) { PeekNamedPipe(stdoutRd, NULL, 0, NULL, &totalbytesavailable, 0); @@ -261,6 +261,7 @@ bear PostMessage(hc, WM_VSCROLL, SB_BOTTOM, 0); } bren=5; + SetThreadExecutionState(ES_CONTINUOUS); break; //'Both break and continue have no effect on an if-statement.Both break and continue have no effect on an if-statement. A common misconception is //that break can be used to jump out of an if compound statement.' An Introduction to the C Programming Language and Software Design. Tim Bailey 2005 diff --git a/tool3/stdafx.h b/tool3/stdafx.h index e63d184..6f49364 100644 --- a/tool3/stdafx.h +++ b/tool3/stdafx.h @@ -6,7 +6,6 @@ #pragma once #include -#include #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #endif