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
@@ -13,7 +13,7 @@
|
||||
#define NHWND_ALIGN_TOP 2
|
||||
#define NHWND_ALIGN_BOTTOM 3
|
||||
|
||||
HWND mswin_init_main_window ();
|
||||
HWND mswin_init_main_window (void);
|
||||
void mswin_layout_main_window(HWND changed_child);
|
||||
|
||||
#endif /* MSWINMainWindow_h */
|
||||
|
||||
Reference in New Issue
Block a user