diff --git a/dlls/mscms/mscms_priv.h b/dlls/mscms/mscms_priv.h index 479148bee80..e48193eda4c 100644 --- a/dlls/mscms/mscms_priv.h +++ b/dlls/mscms/mscms_priv.h @@ -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);