Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
bb8466eb
Commit
bb8466eb
authored
13 years ago
by
Marcus Meissner
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mscms: Mark internal symbols as hidden.
parent
6d144cf0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/mscms/mscms_priv.h
+17
-17
17 additions, 17 deletions
dlls/mscms/mscms_priv.h
with
17 additions
and
17 deletions
dlls/mscms/mscms_priv.h
+
17
−
17
View file @
bb8466eb
...
...
@@ -87,28 +87,28 @@ struct transform
cmsHTRANSFORM
cmstransform
;
};
extern
HPROFILE
create_profile
(
struct
profile
*
);
extern
BOOL
close_profile
(
HPROFILE
);
extern
HPROFILE
create_profile
(
struct
profile
*
)
DECLSPEC_HIDDEN
;
extern
BOOL
close_profile
(
HPROFILE
)
DECLSPEC_HIDDEN
;
extern
HTRANSFORM
create_transform
(
struct
transform
*
);
extern
BOOL
close_transform
(
HTRANSFORM
);
extern
HTRANSFORM
create_transform
(
struct
transform
*
)
DECLSPEC_HIDDEN
;
extern
BOOL
close_transform
(
HTRANSFORM
)
DECLSPEC_HIDDEN
;
struct
profile
*
grab_profile
(
HPROFILE
);
struct
transform
*
grab_transform
(
HTRANSFORM
);
struct
profile
*
grab_profile
(
HPROFILE
)
DECLSPEC_HIDDEN
;
struct
transform
*
grab_transform
(
HTRANSFORM
)
DECLSPEC_HIDDEN
;
void
release_profile
(
struct
profile
*
);
void
release_transform
(
struct
transform
*
);
void
release_profile
(
struct
profile
*
)
DECLSPEC_HIDDEN
;
void
release_transform
(
struct
transform
*
)
DECLSPEC_HIDDEN
;
extern
void
free_handle_tables
(
void
);
extern
void
free_handle_tables
(
void
)
DECLSPEC_HIDDEN
;
extern
DWORD
MSCMS_get_tag_count
(
const
icProfile
*
iccprofile
);
extern
void
MSCMS_get_tag_by_index
(
icProfile
*
iccprofile
,
DWORD
index
,
icTag
*
tag
);
extern
void
MSCMS_get_tag_data
(
const
icProfile
*
iccprofile
,
const
icTag
*
tag
,
DWORD
offset
,
void
*
buffer
);
extern
void
MSCMS_set_tag_data
(
icProfile
*
iccprofile
,
const
icTag
*
tag
,
DWORD
offset
,
const
void
*
buffer
);
extern
void
MSCMS_get_profile_header
(
const
icProfile
*
iccprofile
,
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_tag_count
(
const
icProfile
*
iccprofile
)
DECLSPEC_HIDDEN
;
extern
void
MSCMS_get_tag_by_index
(
icProfile
*
iccprofile
,
DWORD
index
,
icTag
*
tag
)
DECLSPEC_HIDDEN
;
extern
void
MSCMS_get_tag_data
(
const
icProfile
*
iccprofile
,
const
icTag
*
tag
,
DWORD
offset
,
void
*
buffer
)
DECLSPEC_HIDDEN
;
extern
void
MSCMS_set_tag_data
(
icProfile
*
iccprofile
,
const
icTag
*
tag
,
DWORD
offset
,
const
void
*
buffer
)
DECLSPEC_HIDDEN
;
extern
void
MSCMS_get_profile_header
(
const
icProfile
*
iccprofile
,
PROFILEHEADER
*
header
)
DECLSPEC_HIDDEN
;
extern
void
MSCMS_set_profile_header
(
icProfile
*
iccprofile
,
const
PROFILEHEADER
*
header
)
DECLSPEC_HIDDEN
;
extern
DWORD
MSCMS_get_profile_size
(
const
icProfile
*
iccprofile
)
DECLSPEC_HIDDEN
;
#endif
/* HAVE_LCMS */
extern
const
char
*
MSCMS_dbgstr_tag
(
DWORD
);
extern
const
char
*
MSCMS_dbgstr_tag
(
DWORD
)
DECLSPEC_HIDDEN
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment