mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
msdaps: Mark create_* functions as hidden.
This commit is contained in:
parent
b77770d589
commit
22d7af02e6
1 changed files with 4 additions and 4 deletions
|
@ -229,7 +229,7 @@ coclass wine_rowset_proxy
|
|||
|
||||
}
|
||||
|
||||
cpp_quote("extern HRESULT create_row_server( IUnknown*, LPVOID* );")
|
||||
cpp_quote("extern HRESULT create_row_marshal( IUnknown*, LPVOID* );")
|
||||
cpp_quote("extern HRESULT create_rowset_server( IUnknown*, LPVOID* );")
|
||||
cpp_quote("extern HRESULT create_rowset_marshal( IUnknown*, LPVOID* );")
|
||||
cpp_quote("extern HRESULT create_row_server( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
|
||||
cpp_quote("extern HRESULT create_row_marshal( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
|
||||
cpp_quote("extern HRESULT create_rowset_server( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
|
||||
cpp_quote("extern HRESULT create_rowset_marshal( IUnknown*, LPVOID* ) DECLSPEC_HIDDEN;")
|
||||
|
|
Loading…
Reference in a new issue