Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyneu committed Oct 19, 2017
1 parent 94589f1 commit 38f17fe
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified Release/tool3.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file added screens/Untitled 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screens/Untitled.jpg
Binary file not shown.
3 changes: 2 additions & 1 deletion tool3/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion tool3/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#pragma once

#include <sstream>
#include <iterator>
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#endif
Expand Down

0 comments on commit 38f17fe

Please sign in to comment.