BugZilla 2131. Plus, fix undef symbol in Mac

git-svn-id: svn://10.0.0.236/trunk@17128 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
larryh%netscape.com
1999-01-05 01:38:41 +00:00
parent 595b3fc337
commit 41ea29ef02

View File

@@ -924,7 +924,7 @@ static void _md_CreateEventQueue( PLEventQueue *eventQueue )
} /* end _md_CreateEventQueue() */
#endif /* XP_OS2 */
#if defined(XP_UNIX)
#if defined(XP_UNIX) || defined(XP_MAC)
/*
** _md_CreateEventQueue() -- ModelDependent initializer
*/