mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
msdaps: Mark create_* functions as hidden.
This commit is contained in:
parent
b77770d589
commit
22d7af02e6
@ -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…
x
Reference in New Issue
Block a user