Skip to content

Commit 7010451

Browse files
committed
Untangled some dependencies.
1 parent ce68a63 commit 7010451

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

generation/WinSDK/autoTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"NativeTypedef": true
251251
},
252252
{
253-
"Namespace": "Windows.Win32.Media",
253+
"Namespace": "Windows.Win32.Foundation",
254254
"Name": "HTASK",
255255
"ValueType": "DECLARE_HANDLE",
256256
"InvalidHandleValues": [ -1, 0 ],

generation/WinSDK/requiredNamespacesForNames.rsp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ DEPRECATED_CLR_API_MESG=Windows.Win32.System.ClrHosting
285285
# endregion mscoree.h
286286
# region mssip.h
287287
MS_ADDINFO_CATALOGMEMBER=Windows.Win32.Security.Cryptography.Catalog
288+
SIP_INDIRECT_DATA=Windows.Win32.Security.Cryptography
288289
# endregion mssip.h
289290
# region ntifs.h
290291
RtlConvertSidToUnicodeString=Windows.Win32.Security
@@ -433,7 +434,6 @@ ILayoutStorage=Windows.Win32.System.Com.StructuredStorage
433434
ILockBytes=Windows.Win32.System.Com.StructuredStorage
434435
IRootStorage=Windows.Win32.System.Com.StructuredStorage
435436
#ISequentialStream=Windows.Win32.System.Com.StructuredStorage
436-
IStorage=Windows.Win32.System.Com.StructuredStorage
437437
#IStream=Windows.Win32.System.Com.StructuredStorage
438438
#IPersistStream=Windows.Win32.System.Com.StructuredStorage
439439
IPersistStorage=Windows.Win32.System.Com.StructuredStorage
@@ -714,6 +714,9 @@ GetSystemCpuSetInformation=Windows.Win32.System.SystemInformation
714714
# region tvout.h
715715
VIDEOPARAMETERS=Windows.Win32.Devices.Display
716716
# endregion tvout.h
717+
# region unknwn.h
718+
IUnknown=Windows.Win32.Foundation
719+
# endregion unknwnbase.h
717720
# region unknwnbase.h
718721
IUnknown_AddRef_Proxy=Windows.Win32.System.Rpc
719722
IUnknown_QueryInterface_Proxy=Windows.Win32.System.Rpc

0 commit comments

Comments
 (0)