Commit 41838721 authored by Jerome Leclanche's avatar Jerome Leclanche Committed by Alexandre Julliard

mscms: Move MSCMS_dbgstr_tag outside of the HAVE_LCMS conditional.

parent a3d8e7b3
......@@ -109,6 +109,6 @@ extern void MSCMS_get_profile_header( const icProfile *iccprofile, PROFILEHEADER
extern void MSCMS_set_profile_header( icProfile *iccprofile, const PROFILEHEADER *header );
extern DWORD MSCMS_get_profile_size( const icProfile *iccprofile );
extern const char *MSCMS_dbgstr_tag(DWORD);
#endif /* HAVE_LCMS */
extern const char *MSCMS_dbgstr_tag(DWORD);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment