Skip to content

Commit

Permalink
WSASetEvent and WSAResetEvent should take a WSAEVENT instead of a HAN…
Browse files Browse the repository at this point in the history
…DLE. Fixed #1960.
  • Loading branch information
mikebattista committed Aug 16, 2024
1 parent fbafc2a commit 47fbe2e
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 @@ -1852,6 +1852,8 @@ WSACloseEvent::hEvent=WSAEVENT
WSACreateEvent::return=WSAEVENT
WSAEnumNetworkEvents::hEventObject=WSAEVENT
WSAEventSelect::hEventObject=WSAEVENT
WSAResetEvent::hEvent=WSAEVENT
WSASetEvent::hEvent=WSAEVENT
ScriptStringAnalyse::piDx=[-NativeArrayInfo]
LoadIconMetric::hinst=[In][Optional]
LoadIconWithScaleDown::hinst=[In][Optional]
Expand Down
3 changes: 3 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1217,3 +1217,6 @@ Windows.Win32.Globalization.Apis.utrans_transIncremental : [DllImport(icu.dll,Ca
Windows.Win32.Globalization.Apis.utrans_transIncrementalUChars : [DllImport(icu.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)] => [DllImport(icuin.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)]
Windows.Win32.Globalization.Apis.utrans_transUChars : [DllImport(icu.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)] => [DllImport(icuin.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)]
Windows.Win32.Globalization.Apis.utrans_unregisterID : [DllImport(icu.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)] => [DllImport(icuin.dll,CallingConvention=2,ExactSpelling=True,PreserveSig=False)]
+# Fixed #1960.
+Windows.Win32.Networking.WinSock.Apis.WSAResetEvent : hEvent...HANDLE => WSAEVENT
+Windows.Win32.Networking.WinSock.Apis.WSASetEvent : hEvent...HANDLE => WSAEVENT

0 comments on commit 47fbe2e

Please sign in to comment.