Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 60 of file debug.c.
Referenced by __wine_dbg_get_channel_flags(), and __wine_dbg_set_channel_flags().
{ const char *name = p1; const struct __wine_debug_channel *chan = p2; return strcmp( name, chan->name ); }