Skip to content

Commit

Permalink
Fixed #508.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Nov 2, 2022
1 parent 5151a94 commit d106b15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1293,3 +1293,5 @@ SendMessageA::wParam=[-Optional]
SendMessageA::lParam=[-Optional]
NCryptOpenKey::dwLegacyKeySpec=[-Optional]
MFPCreateMediaPlayer::creationOptions=[-Optional]
DirectSoundCreate::pUnkOuter=[Optional]
IDirectSound::CreateSoundBuffer::pUnkOuter=[Optional]
3 changes: 3 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ Windows.Win32.Globalization.Apis.LCMapStringEx : sortHandle : [In,Optional] => [
Windows.Win32.Media.MediaFoundation.Apis.MFPCreateMediaPlayer : creationOptions : [In,Optional] => [In]
Windows.Win32.UI.WindowsAndMessaging.Apis.SendMessageA : lParam : [Optional] => [In]
Windows.Win32.UI.WindowsAndMessaging.Apis.SendMessageA : wParam : [Optional] => [In]
# Fixed #508.
Windows.Win32.Media.Audio.DirectSound.Apis.DirectSoundCreate : pUnkOuter : [In] => [Optional]
Windows.Win32.Media.Audio.DirectSound.IDirectSound.CreateSoundBuffer : pUnkOuter : [In] => [Optional]

0 comments on commit d106b15

Please sign in to comment.