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

Update Windows metadata #3342

Merged
merged 11 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Binary file modified crates/targets/aarch64_gnullvm/lib/libwindows.0.52.0.a
Binary file not shown.
Binary file modified crates/targets/aarch64_msvc/lib/windows.0.52.0.lib
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
void __stdcall QueryOptionalDelayLoadedAPI(int p0, int p1, int p2, int p3) {}
4 changes: 4 additions & 0 deletions crates/targets/baseline/bcrypt.dll.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
void __stdcall BCryptAddContextFunction(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptAddContextFunctionProvider(int p0, int p1, int p2, int p3, int p4, int p5) {}
void __stdcall BCryptCloseAlgorithmProvider(int p0, int p1) {}
void __stdcall BCryptConfigureContext(int p0, int p1, int p2) {}
void __stdcall BCryptConfigureContextFunction(int p0, int p1, int p2, int p3, int p4) {}
Expand Down Expand Up @@ -43,11 +44,14 @@ void __stdcall BCryptQueryContextFunctionConfiguration(int p0, int p1, int p2, i
void __stdcall BCryptQueryContextFunctionProperty(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {}
void __stdcall BCryptQueryProviderRegistration(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptRegisterConfigChangeNotify(int p0) {}
void __stdcall BCryptRegisterProvider(int p0, int p1, int p2) {}
void __stdcall BCryptRemoveContextFunction(int p0, int p1, int p2, int p3) {}
void __stdcall BCryptRemoveContextFunctionProvider(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptResolveProviders(int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7) {}
void __stdcall BCryptSecretAgreement(int p0, int p1, int p2, int p3) {}
void __stdcall BCryptSetContextFunctionProperty(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {}
void __stdcall BCryptSetProperty(int p0, int p1, int p2, int p3, int p4) {}
void __stdcall BCryptSignHash(int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7) {}
void __stdcall BCryptUnregisterConfigChangeNotify(int p0) {}
void __stdcall BCryptUnregisterProvider(int p0) {}
void __stdcall BCryptVerifySignature(int p0, int p1, int p2, int p3, int p4, int p5, int p6) {}
7 changes: 7 additions & 0 deletions crates/targets/baseline/bcryptprimitives.dll.c
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
void __stdcall GetAsymmetricEncryptionInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetCipherInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetHashInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetKeyDerivationInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetRngInterface(int p0, int p1, int p2) {}
void __stdcall GetSecretAgreementInterface(int p0, int p1, int p2, int p3) {}
void __stdcall GetSignatureInterface(int p0, int p1, int p2, int p3) {}
void __stdcall ProcessPrng(int p0, int p1) {}
void __stdcall SystemPrng(int p0, int p1) {}
Loading
Loading