mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21
This commit is contained in:
parent
30ae79eb18
commit
8d2fabb166
@ -278,7 +278,7 @@ ws_init2(void) {
|
||||
}
|
||||
|
||||
#ifdef THREADS
|
||||
static volatile init_done;
|
||||
static volatile int init_done;
|
||||
static DWORD msgthread_id;
|
||||
|
||||
static DWORD WINAPI
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user