mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-04 15:24:51 +08:00
shobjidl.h: don't expose (Set|Get)ContractDelegateWindow for Store Apps
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@6588 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
4f5177669a
commit
01b53b0101
@ -40359,6 +40359,7 @@ void __RPC_STUB IFrameworkInputPane_Location_Stub(
|
||||
|
||||
__forceinline HWND GetContractDelegateWindow(HWND hwndSource) { return (HWND)GetPropW(hwndSource, PROP_CONTRACT_DELEGATE); }
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if NTDDI_VERSION >= NTDDI_WIN8
|
||||
/*****************************************************************************
|
||||
|
@ -4487,6 +4487,7 @@ interface IFrameworkInputPane : IUnknown {
|
||||
HRESULT Location ([out] RECT *prcInputPaneScreenLocation);
|
||||
}
|
||||
|
||||
cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)")
|
||||
cpp_quote("")
|
||||
cpp_quote("#ifndef PROP_CONTRACT_DELEGATE")
|
||||
cpp_quote("#define PROP_CONTRACT_DELEGATE L\"ContractDelegate\"")
|
||||
@ -4505,6 +4506,7 @@ cpp_quote("#endif")
|
||||
cpp_quote("")
|
||||
cpp_quote(" __forceinline HWND GetContractDelegateWindow(HWND hwndSource) { return (HWND)GetPropW(hwndSource, PROP_CONTRACT_DELEGATE); }")
|
||||
cpp_quote("#endif")
|
||||
cpp_quote("#endif")
|
||||
|
||||
cpp_quote("")
|
||||
cpp_quote("#if NTDDI_VERSION >= NTDDI_WIN8")
|
||||
|
Loading…
Reference in New Issue
Block a user