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
ec39a367
Commit
ec39a367
authored
Jul 10, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscms: Remove DECLSPEC_HIDDEN usage.
parent
a8428e8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
mscms_priv.h
dlls/mscms/mscms_priv.h
+12
-12
No files found.
dlls/mscms/mscms_priv.h
View file @
ec39a367
...
...
@@ -56,11 +56,11 @@ struct transform
cmsHTRANSFORM
cmstransform
;
};
extern
HANDLE
alloc_handle
(
struct
object
*
obj
)
DECLSPEC_HIDDEN
;
extern
void
free_handle
(
HANDLE
)
DECLSPEC_HIDDEN
;
extern
HANDLE
alloc_handle
(
struct
object
*
obj
);
extern
void
free_handle
(
HANDLE
);
struct
object
*
grab_object
(
HANDLE
,
enum
object_type
)
DECLSPEC_HIDDEN
;
void
release_object
(
struct
object
*
)
DECLSPEC_HIDDEN
;
struct
object
*
grab_object
(
HANDLE
,
enum
object_type
);
void
release_object
(
struct
object
*
);
struct
tag_entry
{
...
...
@@ -69,12 +69,12 @@ struct tag_entry
DWORD
size
;
};
extern
DWORD
get_tag_count
(
const
struct
profile
*
)
DECLSPEC_HIDDEN
;
extern
BOOL
get_tag_entry
(
const
struct
profile
*
,
DWORD
,
struct
tag_entry
*
)
DECLSPEC_HIDDEN
;
extern
BOOL
get_adjusted_tag
(
const
struct
profile
*
,
TAGTYPE
,
struct
tag_entry
*
)
DECLSPEC_HIDDEN
;
extern
BOOL
get_tag_data
(
const
struct
profile
*
,
TAGTYPE
,
DWORD
,
void
*
,
DWORD
*
,
BOOL
*
)
DECLSPEC_HIDDEN
;
extern
BOOL
set_tag_data
(
const
struct
profile
*
,
TAGTYPE
,
DWORD
,
const
void
*
,
DWORD
*
)
DECLSPEC_HIDDEN
;
extern
void
get_profile_header
(
const
struct
profile
*
,
PROFILEHEADER
*
)
DECLSPEC_HIDDEN
;
extern
void
set_profile_header
(
const
struct
profile
*
,
const
PROFILEHEADER
*
)
DECLSPEC_HIDDEN
;
extern
DWORD
get_tag_count
(
const
struct
profile
*
);
extern
BOOL
get_tag_entry
(
const
struct
profile
*
,
DWORD
,
struct
tag_entry
*
);
extern
BOOL
get_adjusted_tag
(
const
struct
profile
*
,
TAGTYPE
,
struct
tag_entry
*
);
extern
BOOL
get_tag_data
(
const
struct
profile
*
,
TAGTYPE
,
DWORD
,
void
*
,
DWORD
*
,
BOOL
*
);
extern
BOOL
set_tag_data
(
const
struct
profile
*
,
TAGTYPE
,
DWORD
,
const
void
*
,
DWORD
*
);
extern
void
get_profile_header
(
const
struct
profile
*
,
PROFILEHEADER
*
);
extern
void
set_profile_header
(
const
struct
profile
*
,
const
PROFILEHEADER
*
);
extern
const
char
*
dbgstr_tag
(
DWORD
)
DECLSPEC_HIDDEN
;
extern
const
char
*
dbgstr_tag
(
DWORD
);
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