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:
@@ -57,10 +57,10 @@ typedef struct mswin_nhwindow_app {
|
||||
|
||||
char* saved_text;
|
||||
} NHWinApp, *PNHWinApp;
|
||||
extern PNHWinApp GetNHApp();
|
||||
|
||||
#define E extern
|
||||
|
||||
E PNHWinApp GetNHApp(void);
|
||||
E struct window_procs mswin_procs;
|
||||
|
||||
#undef E
|
||||
|
||||
Reference in New Issue
Block a user