# | Line 30 | Line 30 | |
---|---|---|
30 | #include <sys/types.h> | |
31 | #include <sys/timeb.h> | |
32 | ||
33 | < | static void inline _cdecl winbug( char *s, ...) |
33 | > | static void _cdecl inline winbug( char *s, ...) |
34 | { | |
35 | va_list vargs; | |
36 | char msg[1024], date[50], hours[50]; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |