On 19/08/09 1:06 PM, "Michael Petch" <mpe...@capp-sysware.com> wrote:
> in main(). If someone can experiment, what happens if it is modified to
> this:
>
> #ifdef WIN32
> fNoTTY = FALSE;
> #endif
Possibly it might have to be changed to:
in main(). If someone can experiment, what happens if it is modified to
this:
#ifdef WIN32
fNoTTY = FALSE;
fNoX = TRUE;
#endif
If this were to even work then we could add a Define for windows builds to
build a GTK Enabled CLI build, or a GTK enabled GUI Build. I am suggesting
this change above to see what potentially happens).
Mike
_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg