Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
e77638a8
Commit
e77638a8
authored
Aug 23, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opcservices: Remove DECLSPEC_HIDDEN usage.
parent
6831b71f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
opc_private.h
dlls/opcservices/opc_private.h
+7
-7
No files found.
dlls/opcservices/opc_private.h
View file @
e77638a8
...
@@ -55,14 +55,14 @@ struct opc_uri
...
@@ -55,14 +55,14 @@ struct opc_uri
struct
opc_uri
*
source_uri
;
struct
opc_uri
*
source_uri
;
};
};
extern
HRESULT
opc_package_create
(
IOpcFactory
*
factory
,
IOpcPackage
**
package
)
DECLSPEC_HIDDEN
;
extern
HRESULT
opc_package_create
(
IOpcFactory
*
factory
,
IOpcPackage
**
package
);
extern
HRESULT
opc_part_uri_create
(
IUri
*
uri
,
struct
opc_uri
*
source_uri
,
IOpcPartUri
**
part_uri
)
DECLSPEC_HIDDEN
;
extern
HRESULT
opc_part_uri_create
(
IUri
*
uri
,
struct
opc_uri
*
source_uri
,
IOpcPartUri
**
part_uri
);
extern
HRESULT
opc_root_uri_create
(
IOpcUri
**
opc_uri
)
DECLSPEC_HIDDEN
;
extern
HRESULT
opc_root_uri_create
(
IOpcUri
**
opc_uri
);
extern
HRESULT
opc_package_write
(
IOpcPackage
*
package
,
OPC_WRITE_FLAGS
flags
,
IStream
*
stream
)
DECLSPEC_HIDDEN
;
extern
HRESULT
opc_package_write
(
IOpcPackage
*
package
,
OPC_WRITE_FLAGS
flags
,
IStream
*
stream
);
struct
zip_archive
;
struct
zip_archive
;
extern
HRESULT
compress_create_archive
(
IStream
*
output
,
struct
zip_archive
**
archive
)
DECLSPEC_HIDDEN
;
extern
HRESULT
compress_create_archive
(
IStream
*
output
,
struct
zip_archive
**
archive
);
extern
HRESULT
compress_add_file
(
struct
zip_archive
*
archive
,
const
WCHAR
*
path
,
IStream
*
content
,
extern
HRESULT
compress_add_file
(
struct
zip_archive
*
archive
,
const
WCHAR
*
path
,
IStream
*
content
,
OPC_COMPRESSION_OPTIONS
options
)
DECLSPEC_HIDDEN
;
OPC_COMPRESSION_OPTIONS
options
);
extern
void
compress_finalize_archive
(
struct
zip_archive
*
archive
)
DECLSPEC_HIDDEN
;
extern
void
compress_finalize_archive
(
struct
zip_archive
*
archive
);
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