Skip to content

Commit

Permalink
Untangled some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jan 23, 2024
1 parent ce68a63 commit 7010451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generation/WinSDK/autoTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"NativeTypedef": true
},
{
"Namespace": "Windows.Win32.Media",
"Namespace": "Windows.Win32.Foundation",
"Name": "HTASK",
"ValueType": "DECLARE_HANDLE",
"InvalidHandleValues": [ -1, 0 ],
Expand Down
5 changes: 4 additions & 1 deletion generation/WinSDK/requiredNamespacesForNames.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ DEPRECATED_CLR_API_MESG=Windows.Win32.System.ClrHosting
# endregion mscoree.h
# region mssip.h
MS_ADDINFO_CATALOGMEMBER=Windows.Win32.Security.Cryptography.Catalog
SIP_INDIRECT_DATA=Windows.Win32.Security.Cryptography
# endregion mssip.h
# region ntifs.h
RtlConvertSidToUnicodeString=Windows.Win32.Security
Expand Down Expand Up @@ -433,7 +434,6 @@ ILayoutStorage=Windows.Win32.System.Com.StructuredStorage
ILockBytes=Windows.Win32.System.Com.StructuredStorage
IRootStorage=Windows.Win32.System.Com.StructuredStorage
#ISequentialStream=Windows.Win32.System.Com.StructuredStorage
IStorage=Windows.Win32.System.Com.StructuredStorage
#IStream=Windows.Win32.System.Com.StructuredStorage
#IPersistStream=Windows.Win32.System.Com.StructuredStorage
IPersistStorage=Windows.Win32.System.Com.StructuredStorage
Expand Down Expand Up @@ -714,6 +714,9 @@ GetSystemCpuSetInformation=Windows.Win32.System.SystemInformation
# region tvout.h
VIDEOPARAMETERS=Windows.Win32.Devices.Display
# endregion tvout.h
# region unknwn.h
IUnknown=Windows.Win32.Foundation
# endregion unknwnbase.h
# region unknwnbase.h
IUnknown_AddRef_Proxy=Windows.Win32.System.Rpc
IUnknown_QueryInterface_Proxy=Windows.Win32.System.Rpc
Expand Down

0 comments on commit 7010451

Please sign in to comment.