Remove hints from Windows imports

This commit is contained in:
Justine Tunney 2023-07-27 14:09:07 -07:00
parent 7e0a09feec
commit 83341a4269
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2449 changed files with 7093 additions and 7048 deletions

View file

@ -425,6 +425,7 @@ $(SRCS): \
libc/integral/lp64.inc
.PHONY: toolchain
ifeq ($(ARCH), x86_64)
toolchain: o/cosmopolitan.h \
o/$(MODE)/ape/public/ape.lds \
o/$(MODE)/libc/crt/crt.o \
@ -435,6 +436,14 @@ toolchain: o/cosmopolitan.h \
o/$(MODE)/third_party/libcxx/libcxx.a \
o/$(MODE)/tool/build/fixupobj.com \
o/$(MODE)/tool/build/zipcopy.com
else
toolchain: o/$(MODE)/ape/aarch64.lds \
o/$(MODE)/libc/crt/crt.o \
o/$(MODE)/cosmopolitan.a \
o/$(MODE)/third_party/libcxx/libcxx.a \
o/$(MODE)/tool/build/fixupobj.com \
o/$(MODE)/tool/build/zipcopy.com
endif
aarch64: private .INTERNET = true
aarch64: private .UNSANDBOXED = true

View file

@ -189,7 +189,7 @@ void *Worker(void *id) {
// we're not terrible concerned when errors happen here
if ((got = read(client, inbuf, sizeof(inbuf))) <= 0) break;
// check that client message wasn't fragmented into more reads
if (!(inmsglen = ParseHttpMessage(&msg, inbuf, got))) break;
if ((inmsglen = ParseHttpMessage(&msg, inbuf, got)) <= 0) break;
++messages;
#if LOGGING

View file

@ -1,5 +1,5 @@
#include "libc/nt/codegen.h"
.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WaitOnAddress,WaitOnAddress,111
.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WaitOnAddress,WaitOnAddress,0
.text.windows
.ftrace1

View file

@ -1,5 +1,5 @@
#include "libc/nt/codegen.h"
.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressAll,WakeByAddressAll,113
.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressAll,WakeByAddressAll,0
.text.windows
.ftrace1

View file

@ -1,5 +1,5 @@
#include "libc/nt/codegen.h"
.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressSingle,WakeByAddressSingle,116
.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressSingle,WakeByAddressSingle,0
.text.windows
.ftrace1

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AbortSystemShutdownW,AbortSystemShutdownW,1006
.imp advapi32,__imp_AbortSystemShutdownW,AbortSystemShutdownW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AddConditionalAce,AddConditionalAce,1028
.imp advapi32,__imp_AddConditionalAce,AddConditionalAce,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AddUsersToEncryptedFile,AddUsersToEncryptedFile,1030
.imp advapi32,__imp_AddUsersToEncryptedFile,AddUsersToEncryptedFile,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditComputeEffectivePolicyBySid,AuditComputeEffectivePolicyBySid,1038
.imp advapi32,__imp_AuditComputeEffectivePolicyBySid,AuditComputeEffectivePolicyBySid,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditComputeEffectivePolicyByToken,AuditComputeEffectivePolicyByToken,1039
.imp advapi32,__imp_AuditComputeEffectivePolicyByToken,AuditComputeEffectivePolicyByToken,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditEnumerateCategories,AuditEnumerateCategories,1040
.imp advapi32,__imp_AuditEnumerateCategories,AuditEnumerateCategories,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditEnumeratePerUserPolicy,AuditEnumeratePerUserPolicy,1041
.imp advapi32,__imp_AuditEnumeratePerUserPolicy,AuditEnumeratePerUserPolicy,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditEnumerateSubCategories,AuditEnumerateSubCategories,1042
.imp advapi32,__imp_AuditEnumerateSubCategories,AuditEnumerateSubCategories,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditFree,AuditFree,1043
.imp advapi32,__imp_AuditFree,AuditFree,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditLookupCategoryGuidFromCategoryId,AuditLookupCategoryGuidFromCategoryId,1044
.imp advapi32,__imp_AuditLookupCategoryGuidFromCategoryId,AuditLookupCategoryGuidFromCategoryId,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditLookupCategoryIdFromCategoryGuid,AuditLookupCategoryIdFromCategoryGuid,1045
.imp advapi32,__imp_AuditLookupCategoryIdFromCategoryGuid,AuditLookupCategoryIdFromCategoryGuid,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditLookupCategoryNameW,AuditLookupCategoryNameW,1047
.imp advapi32,__imp_AuditLookupCategoryNameW,AuditLookupCategoryNameW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditLookupSubCategoryNameW,AuditLookupSubCategoryNameW,1049
.imp advapi32,__imp_AuditLookupSubCategoryNameW,AuditLookupSubCategoryNameW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditQueryPerUserPolicy,AuditQueryPerUserPolicy,1052
.imp advapi32,__imp_AuditQueryPerUserPolicy,AuditQueryPerUserPolicy,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditQuerySecurity,AuditQuerySecurity,1053
.imp advapi32,__imp_AuditQuerySecurity,AuditQuerySecurity,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditQuerySystemPolicy,AuditQuerySystemPolicy,1054
.imp advapi32,__imp_AuditQuerySystemPolicy,AuditQuerySystemPolicy,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditSetPerUserPolicy,AuditSetPerUserPolicy,1057
.imp advapi32,__imp_AuditSetPerUserPolicy,AuditSetPerUserPolicy,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditSetSecurity,AuditSetSecurity,1058
.imp advapi32,__imp_AuditSetSecurity,AuditSetSecurity,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_AuditSetSystemPolicy,AuditSetSystemPolicy,1059
.imp advapi32,__imp_AuditSetSystemPolicy,AuditSetSystemPolicy,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BackupEventLogW,BackupEventLogW,1061
.imp advapi32,__imp_BackupEventLogW,BackupEventLogW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildExplicitAccessWithNameW,BuildExplicitAccessWithNameW,1076
.imp advapi32,__imp_BuildExplicitAccessWithNameW,BuildExplicitAccessWithNameW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildImpersonateExplicitAccessWithNameW,BuildImpersonateExplicitAccessWithNameW,1078
.imp advapi32,__imp_BuildImpersonateExplicitAccessWithNameW,BuildImpersonateExplicitAccessWithNameW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildImpersonateTrusteeW,BuildImpersonateTrusteeW,1080
.imp advapi32,__imp_BuildImpersonateTrusteeW,BuildImpersonateTrusteeW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildSecurityDescriptorW,BuildSecurityDescriptorW,1082
.imp advapi32,__imp_BuildSecurityDescriptorW,BuildSecurityDescriptorW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildTrusteeWithNameW,BuildTrusteeWithNameW,1084
.imp advapi32,__imp_BuildTrusteeWithNameW,BuildTrusteeWithNameW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildTrusteeWithObjectsAndNameW,BuildTrusteeWithObjectsAndNameW,1086
.imp advapi32,__imp_BuildTrusteeWithObjectsAndNameW,BuildTrusteeWithObjectsAndNameW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildTrusteeWithObjectsAndSidW,BuildTrusteeWithObjectsAndSidW,1088
.imp advapi32,__imp_BuildTrusteeWithObjectsAndSidW,BuildTrusteeWithObjectsAndSidW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_BuildTrusteeWithSidW,BuildTrusteeWithSidW,1090
.imp advapi32,__imp_BuildTrusteeWithSidW,BuildTrusteeWithSidW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ChangeServiceConfig2W,ChangeServiceConfig2W,1093
.imp advapi32,__imp_ChangeServiceConfig2W,ChangeServiceConfig2W,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ChangeServiceConfigW,ChangeServiceConfigW,1095
.imp advapi32,__imp_ChangeServiceConfigW,ChangeServiceConfigW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ClearEventLogW,ClearEventLogW,1099
.imp advapi32,__imp_ClearEventLogW,ClearEventLogW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CloseEncryptedFileRaw,CloseEncryptedFileRaw,1101
.imp advapi32,__imp_CloseEncryptedFileRaw,CloseEncryptedFileRaw,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CloseEventLog,CloseEventLog,1102
.imp advapi32,__imp_CloseEventLog,CloseEventLog,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CloseServiceHandle,CloseServiceHandle,1103
.imp advapi32,__imp_CloseServiceHandle,CloseServiceHandle,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CloseThreadWaitChainSession,CloseThreadWaitChainSession,1104
.imp advapi32,__imp_CloseThreadWaitChainSession,CloseThreadWaitChainSession,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CloseTrace,CloseTrace,1105
.imp advapi32,__imp_CloseTrace,CloseTrace,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ControlService,ControlService,1108
.imp advapi32,__imp_ControlService,ControlService,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ControlServiceExW,ControlServiceExW,1110
.imp advapi32,__imp_ControlServiceExW,ControlServiceExW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ControlTraceW,ControlTraceW,1112
.imp advapi32,__imp_ControlTraceW,ControlTraceW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ConvertSecurityDescriptorToStringSecurityDescriptorW,ConvertSecurityDescriptorToStringSecurityDescriptorW,1123
.imp advapi32,__imp_ConvertSecurityDescriptorToStringSecurityDescriptorW,ConvertSecurityDescriptorToStringSecurityDescriptorW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ConvertSidToStringSidW,ConvertSidToStringSidW,1125
.imp advapi32,__imp_ConvertSidToStringSidW,ConvertSidToStringSidW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ConvertStringSDToSDDomainW,ConvertStringSDToSDDomainW,1127
.imp advapi32,__imp_ConvertStringSDToSDDomainW,ConvertStringSDToSDDomainW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ConvertStringSecurityDescriptorToSecurityDescriptorW,ConvertStringSecurityDescriptorToSecurityDescriptorW,1131
.imp advapi32,__imp_ConvertStringSecurityDescriptorToSecurityDescriptorW,ConvertStringSecurityDescriptorToSecurityDescriptorW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_ConvertStringSidToSidW,ConvertStringSidToSidW,1133
.imp advapi32,__imp_ConvertStringSidToSidW,ConvertStringSidToSidW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CreateProcessWithLogonW,CreateProcessWithLogonW,1142
.imp advapi32,__imp_CreateProcessWithLogonW,CreateProcessWithLogonW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CreateProcessWithTokenW,CreateProcessWithTokenW,1143
.imp advapi32,__imp_CreateProcessWithTokenW,CreateProcessWithTokenW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CreateServiceW,CreateServiceW,1147
.imp advapi32,__imp_CreateServiceW,CreateServiceW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredDeleteW,CredDeleteW,1152
.imp advapi32,__imp_CredDeleteW,CredDeleteW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredEnumerateW,CredEnumerateW,1155
.imp advapi32,__imp_CredEnumerateW,CredEnumerateW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredFindBestCredentialW,CredFindBestCredentialW,1157
.imp advapi32,__imp_CredFindBestCredentialW,CredFindBestCredentialW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredFree,CredFree,1158
.imp advapi32,__imp_CredFree,CredFree,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredGetSessionTypes,CredGetSessionTypes,1159
.imp advapi32,__imp_CredGetSessionTypes,CredGetSessionTypes,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredGetTargetInfoW,CredGetTargetInfoW,1161
.imp advapi32,__imp_CredGetTargetInfoW,CredGetTargetInfoW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredIsMarshaledCredentialW,CredIsMarshaledCredentialW,1163
.imp advapi32,__imp_CredIsMarshaledCredentialW,CredIsMarshaledCredentialW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredIsProtectedW,CredIsProtectedW,1165
.imp advapi32,__imp_CredIsProtectedW,CredIsProtectedW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredMarshalCredentialW,CredMarshalCredentialW,1167
.imp advapi32,__imp_CredMarshalCredentialW,CredMarshalCredentialW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredProtectW,CredProtectW,1172
.imp advapi32,__imp_CredProtectW,CredProtectW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredReadDomainCredentialsW,CredReadDomainCredentialsW,1176
.imp advapi32,__imp_CredReadDomainCredentialsW,CredReadDomainCredentialsW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredReadW,CredReadW,1177
.imp advapi32,__imp_CredReadW,CredReadW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredRenameW,CredRenameW,1179
.imp advapi32,__imp_CredRenameW,CredRenameW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredUnmarshalCredentialW,CredUnmarshalCredentialW,1182
.imp advapi32,__imp_CredUnmarshalCredentialW,CredUnmarshalCredentialW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredUnprotectW,CredUnprotectW,1184
.imp advapi32,__imp_CredUnprotectW,CredUnprotectW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredWriteDomainCredentialsW,CredWriteDomainCredentialsW,1187
.imp advapi32,__imp_CredWriteDomainCredentialsW,CredWriteDomainCredentialsW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CredWriteW,CredWriteW,1188
.imp advapi32,__imp_CredWriteW,CredWriteW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptAcquireContextW,CryptAcquireContextW,1196
.imp advapi32,__imp_CryptAcquireContextW,CryptAcquireContextW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptContextAddRef,CryptContextAddRef,1197
.imp advapi32,__imp_CryptContextAddRef,CryptContextAddRef,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptCreateHash,CryptCreateHash,1198
.imp advapi32,__imp_CryptCreateHash,CryptCreateHash,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptDecrypt,CryptDecrypt,1199
.imp advapi32,__imp_CryptDecrypt,CryptDecrypt,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptDeriveKey,CryptDeriveKey,1200
.imp advapi32,__imp_CryptDeriveKey,CryptDeriveKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptDestroyHash,CryptDestroyHash,1201
.imp advapi32,__imp_CryptDestroyHash,CryptDestroyHash,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptDestroyKey,CryptDestroyKey,1202
.imp advapi32,__imp_CryptDestroyKey,CryptDestroyKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptDuplicateHash,CryptDuplicateHash,1203
.imp advapi32,__imp_CryptDuplicateHash,CryptDuplicateHash,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptDuplicateKey,CryptDuplicateKey,1204
.imp advapi32,__imp_CryptDuplicateKey,CryptDuplicateKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptEncrypt,CryptEncrypt,1205
.imp advapi32,__imp_CryptEncrypt,CryptEncrypt,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptEnumProviderTypesW,CryptEnumProviderTypesW,1207
.imp advapi32,__imp_CryptEnumProviderTypesW,CryptEnumProviderTypesW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptEnumProvidersW,CryptEnumProvidersW,1209
.imp advapi32,__imp_CryptEnumProvidersW,CryptEnumProvidersW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptExportKey,CryptExportKey,1210
.imp advapi32,__imp_CryptExportKey,CryptExportKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptGenKey,CryptGenKey,1211
.imp advapi32,__imp_CryptGenKey,CryptGenKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptGenRandom,CryptGenRandom,1212
.imp advapi32,__imp_CryptGenRandom,CryptGenRandom,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptGetDefaultProviderW,CryptGetDefaultProviderW,1214
.imp advapi32,__imp_CryptGetDefaultProviderW,CryptGetDefaultProviderW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptGetHashParam,CryptGetHashParam,1215
.imp advapi32,__imp_CryptGetHashParam,CryptGetHashParam,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptGetKeyParam,CryptGetKeyParam,1216
.imp advapi32,__imp_CryptGetKeyParam,CryptGetKeyParam,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptGetProvParam,CryptGetProvParam,1217
.imp advapi32,__imp_CryptGetProvParam,CryptGetProvParam,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptGetUserKey,CryptGetUserKey,1218
.imp advapi32,__imp_CryptGetUserKey,CryptGetUserKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptHashData,CryptHashData,1219
.imp advapi32,__imp_CryptHashData,CryptHashData,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptHashSessionKey,CryptHashSessionKey,1220
.imp advapi32,__imp_CryptHashSessionKey,CryptHashSessionKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptImportKey,CryptImportKey,1221
.imp advapi32,__imp_CryptImportKey,CryptImportKey,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptReleaseContext,CryptReleaseContext,1222
.imp advapi32,__imp_CryptReleaseContext,CryptReleaseContext,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptSetHashParam,CryptSetHashParam,1223
.imp advapi32,__imp_CryptSetHashParam,CryptSetHashParam,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptSetKeyParam,CryptSetKeyParam,1224
.imp advapi32,__imp_CryptSetKeyParam,CryptSetKeyParam,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptSetProvParam,CryptSetProvParam,1225
.imp advapi32,__imp_CryptSetProvParam,CryptSetProvParam,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptSetProviderExW,CryptSetProviderExW,1228
.imp advapi32,__imp_CryptSetProviderExW,CryptSetProviderExW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptSetProviderW,CryptSetProviderW,1229
.imp advapi32,__imp_CryptSetProviderW,CryptSetProviderW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptSignHashW,CryptSignHashW,1231
.imp advapi32,__imp_CryptSignHashW,CryptSignHashW,0

View file

@ -1,2 +1,2 @@
#include "libc/nt/codegen.h"
.imp advapi32,__imp_CryptVerifySignatureW,CryptVerifySignatureW,1233
.imp advapi32,__imp_CryptVerifySignatureW,CryptVerifySignatureW,0

Some files were not shown because too many files have changed in this diff Show more