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
2 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ ws_init2(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef THREADS
|
#ifdef THREADS
|
||||||
static volatile init_done;
|
static volatile int init_done;
|
||||||
static DWORD msgthread_id;
|
static DWORD msgthread_id;
|
||||||
|
|
||||||
static DWORD WINAPI
|
static DWORD WINAPI
|
||||||
|
|
2
makefile
2
makefile
|
@ -729,7 +729,7 @@ ifeq ($(WIN32),)
|
||||||
DISPLAY_OPT =
|
DISPLAY_OPT =
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
DISPLAYL = ${DISPLAYD}/display.c $(DISPLAYD)/w32.c
|
DISPLAYL = ${DISPLAYD}/display.c $(DISPLAYD)/win32.c
|
||||||
DISPLAY_OPT = -DUSE_DISPLAY
|
DISPLAY_OPT = -DUSE_DISPLAY
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue