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
209b2c23
Commit
209b2c23
authored
Oct 02, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Oct 02, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dxof: Remove DECLSPEC_HIDDEN usage.
parent
ab9e29b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
d3dxof_private.h
dlls/d3dxof/d3dxof_private.h
+5
-5
No files found.
dlls/d3dxof/d3dxof_private.h
View file @
209b2c23
...
...
@@ -160,12 +160,12 @@ typedef struct {
LONG
ref
;
}
IDirectXFileSaveObjectImpl
;
HRESULT
IDirectXFileImpl_Create
(
IUnknown
*
pUnkOuter
,
LPVOID
*
ppObj
)
DECLSPEC_HIDDEN
;
HRESULT
IDirectXFileImpl_Create
(
IUnknown
*
pUnkOuter
,
LPVOID
*
ppObj
);
HRESULT
parse_header
(
parse_buffer
*
buf
,
BYTE
**
decomp_buffer_ptr
)
DECLSPEC_HIDDEN
;
BOOL
parse_object
(
parse_buffer
*
buf
)
DECLSPEC_HIDDEN
;
BOOL
parse_templates
(
parse_buffer
*
buf
,
BOOL
templates_only
)
DECLSPEC_HIDDEN
;
HRESULT
parse_header
(
parse_buffer
*
buf
,
BYTE
**
decomp_buffer_ptr
);
BOOL
parse_object
(
parse_buffer
*
buf
);
BOOL
parse_templates
(
parse_buffer
*
buf
,
BOOL
templates_only
);
int
mszip_decompress
(
int
inlen
,
int
outlen
,
char
*
inbuffer
,
char
*
outbuffer
)
DECLSPEC_HIDDEN
;
int
mszip_decompress
(
int
inlen
,
int
outlen
,
char
*
inbuffer
,
char
*
outbuffer
);
#endif
/* __D3DXOF_PRIVATE_INCLUDED__ */
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