mscms: Move MSCMS_dbgstr_tag outside of the HAVE_LCMS conditional.
This commit is contained in:
parent
a3d8e7b369
commit
41838721fc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue