from Yitzhak
Add absent prototypes to some core routines. Also add some port function() to function(void) in some win32 routines. Also updates the Borland C Makefile for win32.
This commit is contained in:
@@ -28,7 +28,7 @@ extern void logDebug(const char *fmt, ...);
|
||||
void logDebug(const char *fmt, ...) { }
|
||||
#endif
|
||||
|
||||
static void mswin_main_loop();
|
||||
static void mswin_main_loop(void);
|
||||
|
||||
/* Interface definition, for windows.c */
|
||||
struct window_procs mswin_procs = {
|
||||
|
||||
Reference in New Issue
Block a user