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
0bbba71c
Commit
0bbba71c
authored
Apr 28, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
Apr 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dxof: Mark internal symbols as hidden.
parent
bd6729dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
d3dxof_private.h
dlls/d3dxof/d3dxof_private.h
+9
-9
No files found.
dlls/d3dxof/d3dxof_private.h
View file @
0bbba71c
...
...
@@ -164,16 +164,16 @@ typedef struct {
LONG
ref
;
}
IDirectXFileSaveObjectImpl
;
HRESULT
IDirectXFileImpl_Create
(
IUnknown
*
pUnkOuter
,
LPVOID
*
ppObj
);
HRESULT
IDirectXFileFileObjectImpl_Create
(
IDirectXFileObjectImpl
**
ppObj
);
HRESULT
IDirectXFileFileSaveObjectImpl_Create
(
IDirectXFileSaveObjectImpl
**
ppObj
);
HRESULT
IDirectXFileImpl_Create
(
IUnknown
*
pUnkOuter
,
LPVOID
*
ppObj
)
DECLSPEC_HIDDEN
;
HRESULT
IDirectXFileFileObjectImpl_Create
(
IDirectXFileObjectImpl
**
ppObj
)
DECLSPEC_HIDDEN
;
HRESULT
IDirectXFileFileSaveObjectImpl_Create
(
IDirectXFileSaveObjectImpl
**
ppObj
)
DECLSPEC_HIDDEN
;
BOOL
read_bytes
(
parse_buffer
*
buf
,
LPVOID
data
,
DWORD
size
);
BOOL
parse_template
(
parse_buffer
*
buf
);
void
dump_template
(
xtemplate
*
templates_array
,
xtemplate
*
ptemplate
);
BOOL
is_template_available
(
parse_buffer
*
buf
);
BOOL
parse_object
(
parse_buffer
*
buf
);
BOOL
read_bytes
(
parse_buffer
*
buf
,
LPVOID
data
,
DWORD
size
)
DECLSPEC_HIDDEN
;
BOOL
parse_template
(
parse_buffer
*
buf
)
DECLSPEC_HIDDEN
;
void
dump_template
(
xtemplate
*
templates_array
,
xtemplate
*
ptemplate
)
DECLSPEC_HIDDEN
;
BOOL
is_template_available
(
parse_buffer
*
buf
)
DECLSPEC_HIDDEN
;
BOOL
parse_object
(
parse_buffer
*
buf
)
DECLSPEC_HIDDEN
;
int
mszip_decompress
(
int
inlen
,
int
outlen
,
char
*
inbuffer
,
char
*
outbuffer
);
int
mszip_decompress
(
int
inlen
,
int
outlen
,
char
*
inbuffer
,
char
*
outbuffer
)
DECLSPEC_HIDDEN
;
#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