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:
+1
-1
@@ -8,7 +8,7 @@
|
||||
#include "config.h"
|
||||
#include "global.h"
|
||||
|
||||
HWND mswin_init_text_window ();
|
||||
HWND mswin_init_text_window (void);
|
||||
void mswin_display_text_window (HWND hwnd);
|
||||
|
||||
#endif /* MSWINTextWindow_h */
|
||||
|
||||
Reference in New Issue
Block a user