Fixed check to refer to DarwinApp, not all Darwin targets

This commit is contained in:
Ben Byer 2007-11-08 20:10:51 -08:00
parent d68bd55104
commit ce7cfbe261

View File

@ -672,7 +672,7 @@ InitVisualWrap()
{
miResetInitVisuals();
#ifdef GLXEXT
#ifdef __DARWIN__
#ifdef INXDARWINAPP
DarwinGlxWrapInitVisuals(&miInitVisualsProc);
#endif
#endif