From 41838721fc565ce88aacc67dd78a2a3db0a80352 Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Tue, 5 Apr 2011 08:44:49 +0100 Subject: [PATCH] mscms: Move MSCMS_dbgstr_tag outside of the HAVE_LCMS conditional. --- dlls/mscms/mscms_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);