Changes to existing files by the win32 port additions.
This commit is contained in:
@@ -37,6 +37,10 @@ extern struct window_procs win32_procs;
|
||||
#include "winGnome.h"
|
||||
extern struct window_procs Gnome_procs;
|
||||
#endif
|
||||
#ifdef MSWIN_GRAPHICS
|
||||
#include "winMS.h"
|
||||
extern struct window_procs mswin_procs;
|
||||
#endif
|
||||
|
||||
STATIC_DCL void FDECL(def_raw_print, (const char *s));
|
||||
|
||||
@@ -74,6 +78,9 @@ struct win_choices {
|
||||
#endif
|
||||
#ifdef GNOME_GRAPHICS
|
||||
{ &Gnome_procs, 0 },
|
||||
#endif
|
||||
#ifdef MSWIN_GRAPHICS
|
||||
{ &mswin_procs, 0 },
|
||||
#endif
|
||||
{ 0, 0 } /* must be last */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user