Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some eventlog APIs to WindowsAPIs.txt #98545

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/coreclr/nativeaot/BuildIntegration/WindowsAPIs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ advapi32!CredWriteDomainCredentialsW
advapi32!CredWriteW
advapi32!DeleteAce
advapi32!DeleteService
advapi32!DeregisterEventSource
advapi32!DestroyPrivateObjectSecurity
advapi32!DuplicateToken
advapi32!DuplicateTokenEx
Expand Down Expand Up @@ -206,6 +207,8 @@ advapi32!RegFlushKey
advapi32!RegGetKeySecurity
advapi32!RegGetValueA
advapi32!RegGetValueW
advapi32!RegisterEventSourceA
advapi32!RegisterEventSourceW
advapi32!RegisterServiceCtrlHandlerA
advapi32!RegisterServiceCtrlHandlerExA
advapi32!RegisterServiceCtrlHandlerExW
Expand Down Expand Up @@ -239,6 +242,8 @@ advapi32!RegSetValueExA
advapi32!RegSetValueExW
advapi32!RegUnLoadKeyA
advapi32!RegUnLoadKeyW
advapi32!ReportEventA
advapi32!ReportEventW
advapi32!RevertToSelf
advapi32!SetAclInformation
advapi32!SetFileSecurityW
Expand Down
Loading