Fix build on Windows with recent gcc (winbug)

This commit is contained in:
gbeauche 2004-11-15 00:24:16 +00:00
parent dc13732db0
commit df471bbbe6

View File

@ -30,7 +30,7 @@
#include <sys/types.h>
#include <sys/timeb.h>
static void inline _cdecl winbug( char *s, ...)
static void _cdecl inline winbug( char *s, ...)
{
va_list vargs;
char msg[1024], date[50], hours[50];