Module: wine Branch: master Commit: 41838721fc565ce88aacc67dd78a2a3db0a80352 URL: http://source.winehq.org/git/wine.git/?a=commit;h=41838721fc565ce88aacc67dd7...
Author: Jerome Leclanche adys.wh@gmail.com Date: Tue Apr 5 08:44:49 2011 +0100
mscms: Move MSCMS_dbgstr_tag outside of the HAVE_LCMS conditional.
---
dlls/mscms/mscms_priv.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/mscms/mscms_priv.h b/dlls/mscms/mscms_priv.h index 479148b..e48193e 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);