Skip to content

Commit

Permalink
Add some eventlog APIs to WindowsAPIs.txt (#98545)
Browse files Browse the repository at this point in the history
Hello world size regressed by 50 kB because we now need the lazy p/invoke code paths. This API is present in OneCore.lib and has existed since at least Windows 2000. It's missing in mincore.lib, but AFAIK mincore is pretty much deprecated.
  • Loading branch information
MichalStrehovsky authored Feb 16, 2024
1 parent d972a19 commit 7185df8
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 7185df8

Please sign in to comment.