From: Joshua Pettus Date: Thu, 28 Jan 2016 22:48:04 +0000 (-0500) Subject: back to the old header names for gtkosxapplication.h X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=e083a0fa35a3579aa5d5f1659b81b88b61bf3cd9 back to the old header names for gtkosxapplication.h They seemed to have gone back for compatibility’s sake, hopefully they don't change it again --- diff --git a/gtk/xboard.c b/gtk/xboard.c index 5da2d3e..febc4ec 100644 --- a/gtk/xboard.c +++ b/gtk/xboard.c @@ -168,7 +168,7 @@ extern char *getenv(); #include "draw.h" #ifdef OSXAPP -# include +# include // prevent pathname of positional file argument provided by OS X being be mistaken for option name // (price is that we won't recognize Windows option format anymore). # define SLASH '-' diff --git a/gtk/xoptions.c b/gtk/xoptions.c index 79bce4b..af2cdc8 100644 --- a/gtk/xoptions.c +++ b/gtk/xoptions.c @@ -52,7 +52,7 @@ extern char *getenv(); #include #include #ifdef OSXAPP -# include +# include #endif #include "common.h"