mscms: Move MSCMS_dbgstr_tag outside of the HAVE_LCMS conditional.

This commit is contained in:
Jerome Leclanche 2011-04-05 08:44:49 +01:00 committed by Alexandre Julliard
parent a3d8e7b369
commit 41838721fc
1 changed files with 2 additions and 2 deletions

View File

@ -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 void MSCMS_set_profile_header( icProfile *iccprofile, const PROFILEHEADER *header );
extern DWORD MSCMS_get_profile_size( const icProfile *iccprofile ); extern DWORD MSCMS_get_profile_size( const icProfile *iccprofile );
extern const char *MSCMS_dbgstr_tag(DWORD);
#endif /* HAVE_LCMS */ #endif /* HAVE_LCMS */
extern const char *MSCMS_dbgstr_tag(DWORD);