mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Compile fix for some GCCs - patch sent to author - from Micko. (nw)
This commit is contained in:
parent
0e87a7b58c
commit
9e9d50d798
@ -1659,7 +1659,7 @@ static void *push_to_stdin(void *arg) {
|
||||
|
||||
static void *pull_from_stdout(void *arg) {
|
||||
struct threadparam *tp = (struct threadparam *)arg;
|
||||
int k, stop = 0;
|
||||
int k=0, stop = 0;
|
||||
DWORD n, sent;
|
||||
char buf[IOBUF_SIZE];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user