Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 60 of file profile.c.
Referenced by CreateColorTransformW(), MSCMS_match_profile(), RegisterCMMA(), RegisterCMMW(), SelectCMM(), UnregisterCMMA(), and UnregisterCMMW().
{ return wine_dbg_sprintf( "'%c%c%c%c'", (char)(tag >> 24), (char)(tag >> 16), (char)(tag >> 8), (char)(tag) ); }