Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ea86dc95
Commit
ea86dc95
authored
Jul 06, 2005
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fail loading when compiled without lcms support.
parent
d7b9a23a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
mscms_main.c
dlls/mscms/mscms_main.c
+4
-5
No files found.
dlls/mscms/mscms_main.c
View file @
ea86dc95
...
@@ -98,13 +98,12 @@ sym_not_found:
...
@@ -98,13 +98,12 @@ sym_not_found:
#endif
/* HAVE_LCMS_H */
#endif
/* HAVE_LCMS_H */
WINE_MESSAGE
(
WINE_MESSAGE
(
"This version of Wine was compiled without support for color management
\n
"
"This version of Wine was compiled without support for color management
\n
"
"functions. This means many color functions are empty stubs and you should
\n
"
"functions. To enable Wine to use LittleCMS for color management please
\n
"
"expect your application to fail. To enable Wine to use LittleCMS for color
\n
"
"install a liblcms development package version 1.13 or higher and rebuild
\n
"
"management please install a liblcms development package version 1.13 or
\n
"
"Wine.
\n
"
"higher and rebuild Wine.
\n
"
"http://www.littlecms.com
\n
"
);
"http://www.littlecms.com
\n
"
);
return
TRU
E
;
return
FALS
E
;
}
}
static
void
MSCMS_deinit_lcms
(
void
)
static
void
MSCMS_deinit_lcms
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment