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:
Jean-Baptiste Kempf 2014-04-16 13:52:16 +00:00
parent 4f5177669a
commit 01b53b0101
2 changed files with 3 additions and 0 deletions

View File

@ -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
/*****************************************************************************

View File

@ -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")