[Gtkradiant] [Bug 679] New: osx.diff for radiant 1.2.11

EvilTypeGuy gtkradiant@zerowing.idsoftware.com
11 Nov 2002 17:58:28 -0600


On Mon, 2002-11-11 at 17:51, EvilTypeGuy wrote:
> > @@ -1240,10 +1243,10 @@
> >  #endif
> >    init_error = 0;
> >  
> > -#ifndef __APPLE__
> > +//#ifndef __APPLE__
> >    if (g_hGLDLL == NULL)
> >      return 0;
> > -#endif
> > +//#endif
> 
> Seems like another change that might break non-__APPLE__ builds. Might
> want to make that an #ifdef __APPLE__ instead.

I'm stupid. Ignore this comment. I totally misread this.

-eviltypeguy