Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21

This commit is contained in:
Mark Pizzolato 2012-12-23 11:28:46 -08:00
parent 30ae79eb18
commit 8d2fabb166
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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