FrontpanelTest: Win32 DisplayRegisters written should be DWORD and not int
This commit is contained in:
parent
4fe9ae7f76
commit
28dad5782c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ if (1) {
|
|||
static HANDLE out = NULL;
|
||||
static CONSOLE_SCREEN_BUFFER_INFO info;
|
||||
static COORD origin = {0, 0};
|
||||
int written;
|
||||
DWORD written;
|
||||
|
||||
if (out == NULL)
|
||||
out = GetStdHandle (STD_OUTPUT_HANDLE);
|
||||
|
|
Loading…
Add table
Reference in a new issue