Skip to content

Commit

Permalink
Bug: Win32::Foundation::HINSTANCE is not generated. Fixed #1517.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed May 9, 2023
1 parent 82f5f1a commit 42ac479
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 2 deletions.
10 changes: 10 additions & 0 deletions generation/WinSDK/autoTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"Name": "HMODULE",
"ValueType": "DECLARE_HANDLE",
"CloseApi": "FreeLibrary",
"AlsoUsableFor": "HINSTANCE",
"InvalidHandleValues": [ 0 ],
"NativeTypedef": true
},
{
"Namespace": "Windows.Win32.Foundation",
"Name": "HINSTANCE",
"ValueType": "DECLARE_HANDLE",
"CloseApi": "FreeLibrary",
"AlsoUsableFor": "HMODULE",
"InvalidHandleValues": [ 0 ],
"NativeTypedef": true
},
Expand Down
2 changes: 0 additions & 2 deletions generation/WinSDK/scraper.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ CF_HYDRATION_POLICY_MODIFIER_USHORT
CF_POPULATION_POLICY_PRIMARY_USHORT
CF_POPULATION_POLICY_MODIFIER_USHORT
_BoolValue
HINSTANCE__
_IID_IXmlReader
_IID_IXmlResolver
_IID_IXmlWriter
Expand Down Expand Up @@ -11330,7 +11329,6 @@ DB_LRESERVE=IntPtr
DB_URESERVE=UIntPtr
TAPIHWND=IntPtr
_NEON128=NEON128
HINSTANCE=HMODULE
_DEBUG_OFFSET_REGION=DEBUG_OFFSET_REGION
_DEBUG_READ_USER_MINIDUMP_STREAM=DEBUG_READ_USER_MINIDUMP_STREAM
_DEBUG_GET_TEXT_COMPLETIONS_IN=DEBUG_GET_TEXT_COMPLETIONS_IN
Expand Down

0 comments on commit 42ac479

Please sign in to comment.