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
0a1481a7
Commit
0a1481a7
authored
Apr 11, 2005
by
Juan Lang
Committed by
Alexandre Julliard
Apr 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a few missing declarations.
parent
3e5b9b8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
propidl.idl
include/propidl.idl
+11
-0
No files found.
include/propidl.idl
View file @
0a1481a7
...
...
@@ -386,3 +386,14 @@ cpp_quote("HRESULT WINAPI PropVariantCopy(PROPVARIANT*,const PROPVARIANT*);");
cpp_quote
(
""
)
cpp_quote
(
"#define _PROPVARIANT_INIT_DEFINED_"
)
cpp_quote
(
"#define PropVariantInit(p) memset((p), 0, sizeof(PROPVARIANT))"
)
cpp_quote
(
""
)
cpp_quote
(
"#ifndef _STGCREATEPROPSTG_DEFINED_"
)
cpp_quote
(
"#define _STGCREATEPROPSTG_DEFINED_"
)
cpp_quote
(
"HRESULT WINAPI StgCreatePropStg(IUnknown *, REFFMTID, const CLSID *, DWORD, DWORD, IPropertyStorage **);"
)
;
cpp_quote
(
"HRESULT WINAPI StgOpenPropStg(IUnknown *, REFFMTID, DWORD, DWORD, IPropertyStorage **);"
)
;
cpp_quote
(
"HRESULT WINAPI StgCreatePropSetStg(IStorage *, DWORD, IPropertySetStorage **);"
)
;
cpp_quote
(
"#define CCH_MAX_PROPSTG_NAME 31"
)
;
cpp_quote
(
"HRESULT WINAPI FmtIdToPropStgName(const FMTID *, LPOLESTR);"
)
;
cpp_quote
(
"HRESULT WINAPI PropStgNameToFmtId(const LPOLESTR, FMTID *);"
)
;
cpp_quote
(
"#endif /* _STGCREATEPROPSTG_DEFINED_ */"
)
;
cpp_quote
(
""
)
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