authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-16 12:43:57-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-16 12:43:57-04:00
log5bfea3f1ea4b5c81321583af7aa7549e5a81cf3c
tree9d81fb8fba8ce850e7b5fd8782e4596f92214325
parentf81d9d2c84227485a57779f058fa611c61cd9d9b
signaturelock-open Commit is signed but in an unrecognized format.

add more cross compiling support for windows system dlls


41 files changed, 6248 insertions(+), 0 deletions(-)

lib/libc/mingw/lib-common/bcrypt.def created+65
...@@ -0,0 +1,65 @@
1LIBRARY "bcrypt.dll"
2EXPORTS
3BCryptAddContextFunction
4BCryptAddContextFunctionProvider
5BCryptCloseAlgorithmProvider
6BCryptConfigureContext
7BCryptConfigureContextFunction
8BCryptCreateContext
9BCryptCreateHash
10BCryptCreateMultiHash
11BCryptDecrypt
12BCryptDeleteContext
13BCryptDeriveKey
14BCryptDeriveKeyCapi
15BCryptDeriveKeyPBKDF2
16BCryptDestroyHash
17BCryptDestroyKey
18BCryptDestroySecret
19BCryptDuplicateHash
20BCryptDuplicateKey
21BCryptEncrypt
22BCryptEnumAlgorithms
23BCryptEnumContextFunctionProviders
24BCryptEnumContextFunctions
25BCryptEnumContexts
26BCryptEnumProviders
27BCryptEnumRegisteredProviders
28BCryptExportKey
29BCryptFinalizeKeyPair
30BCryptFinishHash
31BCryptFreeBuffer
32BCryptGenRandom
33BCryptGenerateKeyPair
34BCryptGenerateSymmetricKey
35BCryptGetFipsAlgorithmMode
36BCryptGetProperty
37BCryptHashData
38BCryptImportKey
39BCryptImportKeyPair
40BCryptKeyDerivation
41BCryptOpenAlgorithmProvider
42BCryptProcessMultiOperations
43BCryptQueryContextConfiguration
44BCryptQueryContextFunctionConfiguration
45BCryptQueryContextFunctionProperty
46BCryptQueryProviderRegistration
47BCryptRegisterConfigChangeNotify
48BCryptRegisterProvider
49BCryptRemoveContextFunction
50BCryptRemoveContextFunctionProvider
51BCryptResolveProviders
52BCryptSecretAgreement
53BCryptSetAuditingInterface
54BCryptSetContextFunctionProperty
55BCryptSetProperty
56BCryptSignHash
57BCryptUnregisterConfigChangeNotify
58BCryptUnregisterProvider
59BCryptVerifySignature
60GetAsymmetricEncryptionInterface
61GetCipherInterface
62GetHashInterface
63GetRngInterface
64GetSecretAgreementInterface
65GetSignatureInterface
lib/libc/mingw/lib-common/comctl32.def created+125
...@@ -0,0 +1,125 @@
1LIBRARY COMCTL32.dll
2EXPORTS
3MenuHelp
4ShowHideMenuCtl
5GetEffectiveClientRect
6DrawStatusTextA
7CreateStatusWindowA
8CreateToolbar
9CreateMappedBitmap
10DPA_LoadStream
11DPA_SaveStream
12DPA_Merge
13CreatePropertySheetPage
14MakeDragList
15LBItemFromPt
16DrawInsert
17CreateUpDownControl
18InitCommonControls
19CreatePropertySheetPageA
20CreatePropertySheetPageW
21CreateStatusWindow
22CreateStatusWindowW
23CreateToolbarEx
24DestroyPropertySheetPage
25DllGetVersion
26DllInstall
27DrawStatusText
28DrawStatusTextW
29FlatSB_EnableScrollBar
30FlatSB_GetScrollInfo
31FlatSB_GetScrollPos
32FlatSB_GetScrollProp
33FlatSB_GetScrollPropPtr
34FlatSB_GetScrollRange
35FlatSB_SetScrollInfo
36FlatSB_SetScrollPos
37FlatSB_SetScrollProp
38FlatSB_SetScrollRange
39FlatSB_ShowScrollBar
40GetMUILanguage
41ImageList_Add
42ImageList_AddIcon
43ImageList_AddMasked
44ImageList_BeginDrag
45ImageList_Copy
46ImageList_Create
47ImageList_Destroy
48ImageList_DragEnter
49ImageList_DragLeave
50ImageList_DragMove
51ImageList_DragShowNolock
52ImageList_Draw
53ImageList_DrawEx
54ImageList_DrawIndirect
55ImageList_Duplicate
56ImageList_EndDrag
57ImageList_GetBkColor
58ImageList_GetDragImage
59ImageList_GetFlags
60ImageList_GetIcon
61ImageList_GetIconSize
62ImageList_GetImageCount
63ImageList_GetImageInfo
64ImageList_GetImageRect
65ImageList_LoadImage
66ImageList_LoadImageA
67ImageList_LoadImageW
68ImageList_Merge
69ImageList_Read
70ImageList_Remove
71ImageList_Replace
72ImageList_ReplaceIcon
73ImageList_SetBkColor
74ImageList_SetDragCursorImage
75ImageList_SetFilter
76ImageList_SetFlags
77ImageList_SetIconSize
78ImageList_SetImageCount
79ImageList_SetOverlayImage
80ImageList_Write
81InitCommonControlsEx
82InitMUILanguage
83InitializeFlatSB
84LoadIconMetric
85PropertySheet
86PropertySheetA
87PropertySheetW
88RegisterClassNameW
89UninitializeFlatSB
90_TrackMouseEvent
91FreeMRUList
92Str_SetPtrW
93DSA_Create
94DSA_Destroy
95DSA_GetItem
96DSA_GetItemPtr
97DSA_InsertItem
98DSA_SetItem
99DSA_DeleteItem
100DSA_DeleteAllItems
101DPA_Create
102DPA_Destroy
103DPA_Grow
104DPA_Clone
105DPA_GetPtr
106DPA_GetPtrIndex
107DPA_InsertPtr
108DPA_SetPtr
109DPA_DeletePtr
110DPA_DeleteAllPtrs
111DPA_Sort
112DPA_Search
113DPA_CreateEx
114DPA_EnumCallback
115DPA_DestroyCallback
116DSA_EnumCallback
117DSA_DestroyCallback
118CreateMRUListW
119AddMRUStringW
120EnumMRUListW
121SetWindowSubclass
122RemoveWindowSubclass
123DefSubclassProc
124TaskDialog
125TaskDialogIndirect
lib/libc/mingw/lib-common/comdlg32.def created+34
...@@ -0,0 +1,34 @@
1;
2; Exports of file comdlg32.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY comdlg32.dll
8EXPORTS
9ChooseColorA
10ChooseColorW
11ChooseFontA
12ChooseFontW
13CommDlgExtendedError
14FindTextA
15FindTextW
16GetFileTitleA
17GetFileTitleW
18GetOpenFileNameA
19GetOpenFileNameW
20GetSaveFileNameA
21GetSaveFileNameW
22LoadAlterBitmap
23PageSetupDlgA
24PageSetupDlgW
25PrintDlgA
26PrintDlgExA
27PrintDlgExW
28PrintDlgW
29ReplaceTextA
30ReplaceTextW
31Ssync_ANSI_UNICODE_Struct_For_WOW
32WantArrows
33dwLBSubclass
34dwOKSubclass
lib/libc/mingw/lib-common/crypt32.def created+300
...@@ -0,0 +1,300 @@
1LIBRARY "CRYPT32.dll"
2EXPORTS
3ChainWlxLogoffEvent
4CloseCertPerformanceData
5CollectCertPerformanceData
6OpenCertPerformanceData
7CryptObjectLocatorFree
8CryptObjectLocatorGet
9CryptObjectLocatorGetContent
10CryptObjectLocatorGetUpdated
11CryptObjectLocatorInitialize
12CryptObjectLocatorIsChanged
13CryptObjectLocatorRelease
14I_PFXImportCertStoreEx
15CertAddCRLContextToStore
16CertAddCRLLinkToStore
17CertAddCTLContextToStore
18CertAddCTLLinkToStore
19CertAddCertificateContextToStore
20CertAddCertificateLinkToStore
21CertAddEncodedCRLToStore
22CertAddEncodedCTLToStore
23CertAddEncodedCertificateToStore
24CertAddEncodedCertificateToSystemStoreA
25CertAddEncodedCertificateToSystemStoreW
26CertAddEnhancedKeyUsageIdentifier
27CertAddRefServerOcspResponse
28CertAddRefServerOcspResponseContext
29CertAddSerializedElementToStore
30CertAddStoreToCollection
31CertAlgIdToOID
32CertCloseServerOcspResponse
33CertCloseStore
34CertCompareCertificate
35CertCompareCertificateName
36CertCompareIntegerBlob
37CertComparePublicKeyInfo
38CertControlStore
39CertCreateCRLContext
40CertCreateCTLContext
41CertCreateCTLEntryFromCertificateContextProperties
42CertCreateCertificateChainEngine
43CertCreateCertificateContext
44CertCreateContext
45CertCreateSelfSignCertificate
46CertDeleteCRLFromStore
47CertDeleteCTLFromStore
48CertDeleteCertificateFromStore
49CertDuplicateCRLContext
50CertDuplicateCTLContext
51CertDuplicateCertificateChain
52CertDuplicateCertificateContext
53CertDuplicateStore
54CertEnumCRLContextProperties
55CertEnumCRLsInStore
56CertEnumCTLContextProperties
57CertEnumCTLsInStore
58CertEnumCertificateContextProperties
59CertEnumCertificatesInStore
60CertEnumPhysicalStore
61CertEnumSubjectInSortedCTL
62CertEnumSystemStore
63CertEnumSystemStoreLocation
64CertFindAttribute
65CertFindCRLInStore
66CertFindCTLInStore
67CertFindCertificateInCRL
68CertFindCertificateInStore
69CertFindChainInStore
70CertFindExtension
71CertFindRDNAttr
72CertFindSubjectInCTL
73CertFindSubjectInSortedCTL
74CertFreeCRLContext
75CertFreeCTLContext
76CertFreeCertificateChain
77CertFreeCertificateChainEngine
78CertFreeCertificateChainList
79CertFreeCertificateContext
80CertFreeServerOcspResponseContext
81CertGetCRLContextProperty
82CertGetCRLFromStore
83CertGetCTLContextProperty
84CertGetCertificateChain
85CertGetCertificateContextProperty
86CertGetEnhancedKeyUsage
87CertGetIntendedKeyUsage
88CertGetIssuerCertificateFromStore
89CertGetNameStringA
90CertGetNameStringW
91CertGetPublicKeyLength
92CertGetServerOcspResponseContext
93CertGetStoreProperty
94CertGetSubjectCertificateFromStore
95CertGetValidUsages
96CertIsRDNAttrsInCertificateName
97CertIsStrongHashToSign
98CertIsValidCRLForCertificate
99CertIsWeakHash
100CertNameToStrA
101CertNameToStrW
102CertOIDToAlgId
103CertOpenServerOcspResponse
104CertOpenStore
105CertOpenSystemStoreA
106CertOpenSystemStoreW
107CertRDNValueToStrA
108CertRDNValueToStrW
109CertRegisterPhysicalStore
110CertRegisterSystemStore
111CertRemoveEnhancedKeyUsageIdentifier
112CertRemoveStoreFromCollection
113CertResyncCertificateChainEngine
114CertRetrieveLogoOrBiometricInfo
115CertSaveStore
116CertSelectCertificateChains
117CertSerializeCRLStoreElement
118CertSerializeCTLStoreElement
119CertSerializeCertificateStoreElement
120CertSetCRLContextProperty
121CertSetCTLContextProperty
122CertSetCertificateContextPropertiesFromCTLEntry
123CertSetCertificateContextProperty
124CertSetEnhancedKeyUsage
125CertSetStoreProperty
126CertStrToNameA
127CertStrToNameW
128CertUnregisterPhysicalStore
129CertUnregisterSystemStore
130CertVerifyCRLRevocation
131CertVerifyCRLTimeValidity
132CertVerifyCTLUsage
133CertVerifyCertificateChainPolicy
134CertVerifyRevocation
135CertVerifySubjectCertificateContext
136CertVerifyTimeValidity
137CertVerifyValidityNesting
138CryptAcquireCertificatePrivateKey
139CryptBinaryToStringA
140CryptBinaryToStringW
141CryptCloseAsyncHandle
142CryptCreateAsyncHandle
143CryptCreateKeyIdentifierFromCSP
144CryptDecodeMessage
145CryptDecodeObject
146CryptDecodeObjectEx
147CryptDecryptAndVerifyMessageSignature
148CryptDecryptMessage
149CryptEncodeObject
150CryptEncodeObjectEx
151CryptEncryptMessage
152CryptEnumKeyIdentifierProperties
153CryptEnumOIDFunction
154CryptEnumOIDInfo
155CryptExportPKCS8
156CryptExportPublicKeyInfo
157CryptExportPublicKeyInfoEx
158CryptExportPublicKeyInfoFromBCryptKeyHandle
159CryptFindCertificateKeyProvInfo
160CryptFindLocalizedName
161CryptFindOIDInfo
162CryptFormatObject
163CryptFreeOIDFunctionAddress
164CryptGetAsyncParam
165CryptGetDefaultOIDDllList
166CryptGetDefaultOIDFunctionAddress
167CryptGetKeyIdentifierProperty
168CryptGetMessageCertificates
169CryptGetMessageSignerCount
170CryptGetOIDFunctionAddress
171CryptGetOIDFunctionValue
172CryptGetDefaultProviderA
173CryptGetDefaultProviderW
174CryptHashCertificate
175CryptHashCertificate2
176CryptHashMessage
177CryptHashPublicKeyInfo
178CryptHashToBeSigned
179CryptImportPKCS8
180CryptImportPublicKeyInfo
181CryptImportPublicKeyInfoEx
182CryptImportPublicKeyInfoEx2
183CryptInitOIDFunctionSet
184CryptInstallDefaultContext
185CryptInstallOIDFunctionAddress
186CryptLoadSip
187CryptMemAlloc
188CryptMemFree
189CryptMemRealloc
190CryptMsgCalculateEncodedLength
191CryptMsgClose
192CryptMsgControl
193CryptMsgCountersign
194CryptMsgCountersignEncoded
195CryptMsgDuplicate
196CryptMsgEncodeAndSignCTL
197CryptMsgGetAndVerifySigner
198CryptMsgGetParam
199CryptMsgOpenToDecode
200CryptMsgOpenToEncode
201CryptMsgSignCTL
202CryptMsgUpdate
203CryptMsgVerifyCountersignatureEncoded
204CryptMsgVerifyCountersignatureEncodedEx
205CryptProtectData
206CryptProtectMemory
207CryptQueryObject
208CryptRegisterDefaultOIDFunction
209CryptRegisterOIDFunction
210CryptRegisterOIDInfo
211CryptRetrieveTimeStamp
212CryptSIPAddProvider
213CryptSIPCreateIndirectData
214CryptSIPGetCaps
215CryptSIPGetSealedDigest
216CryptSIPGetSignedDataMsg
217CryptSIPLoad
218CryptSIPPutSignedDataMsg
219CryptSIPRemoveProvider
220CryptSIPRemoveSignedDataMsg
221CryptSIPRetrieveSubjectGuid
222CryptSIPRetrieveSubjectGuidForCatalogFile
223CryptSIPVerifyIndirectData
224CryptSetAsyncParam
225CryptSetKeyIdentifierProperty
226CryptSetOIDFunctionValue
227CryptSignAndEncodeCertificate
228CryptSignAndEncryptMessage
229CryptSignCertificate
230CryptSignMessage
231CryptSignMessageWithKey
232CryptStringToBinaryA
233CryptStringToBinaryW
234CryptUninstallDefaultContext
235CryptUnprotectData
236CryptUnprotectMemory
237CryptUnregisterDefaultOIDFunction
238CryptUnregisterOIDFunction
239CryptUnregisterOIDInfo
240CryptUpdateProtectedState
241CryptVerifyCertificateSignature
242CryptVerifyCertificateSignatureEx
243CryptVerifyDetachedMessageHash
244CryptVerifyDetachedMessageSignature
245CryptVerifyMessageHash
246CryptVerifyMessageSignature
247CryptVerifyMessageSignatureWithKey
248CryptVerifyTimeStampSignature
249I_CertChainEngineIsDisallowedCertificate
250I_CertDiagControl
251I_CertFinishSslHandshake
252I_CertProcessSslHandshake
253I_CertProtectFunction
254I_CertSrvProtectFunction
255I_CertSyncStore
256I_CertUpdateStore
257I_CryptAddRefLruEntry
258I_CryptAddSmartCardCertToStore
259I_CryptAllocTls
260I_CryptCreateLruCache
261I_CryptCreateLruEntry
262I_CryptDetachTls
263I_CryptDisableLruOfEntries
264I_CryptEnableLruOfEntries
265I_CryptEnumMatchingLruEntries
266I_CryptFindLruEntry
267I_CryptFindLruEntryData
268I_CryptFindSmartCardCertInStore
269I_CryptFlushLruCache
270I_CryptFreeLruCache
271I_CryptFreeTls
272I_CryptGetAsn1Decoder
273I_CryptGetAsn1Encoder
274I_CryptGetDefaultCryptProv
275I_CryptGetDefaultCryptProvForEncrypt
276I_CryptGetFileVersion
277I_CryptGetLruEntryData
278I_CryptGetLruEntryIdentifier
279I_CryptGetOssGlobal
280I_CryptGetTls
281I_CryptAllocTlsEx
282I_CryptInsertLruEntry
283I_CryptInstallAsn1Module
284I_CryptInstallOssGlobal
285I_CryptReadTrustedPublisherDWORDValueFromRegistry
286I_CryptRegisterSmartCardStore
287I_CryptReleaseLruEntry
288I_CryptRemoveLruEntry
289I_CryptSetTls
290I_CryptTouchLruEntry
291I_CryptUninstallAsn1Module
292I_CryptUninstallOssGlobal
293I_CryptUnregisterSmartCardStore
294I_CryptWalkAllLruCacheEntries
295PFXExportCertStore
296PFXExportCertStore2
297PFXExportCertStoreEx
298PFXImportCertStore
299PFXIsPFXBlob
300PFXVerifyPassword
lib/libc/mingw/lib-common/cryptnet.def created+23
...@@ -0,0 +1,23 @@
1LIBRARY "CRYPTNET.dll"
2EXPORTS
3CertDllVerifyCTLUsage
4CertDllVerifyRevocation
5CryptnetWlxLogoffEvent
6I_CryptConvertIriToAsciiOrUnicode
7I_CryptConvertIriToAsciiOrUnicodeWithFlags
8LdapProvOpenStore
9CryptCancelAsyncRetrieval
10CryptFlushTimeValidObject
11CryptGetObjectUrl
12CryptGetTimeValidObject
13CryptInstallCancelRetrieval
14CryptRetrieveObjectByUrlA
15CryptRetrieveObjectByUrlW
16CryptUninstallCancelRetrieval
17I_CryptNetEnumUrlCacheEntry
18I_CryptNetGetConnectivity
19I_CryptNetGetHostNameFromUrl
20I_CryptNetGetUserDsStoreUrl
21I_CryptNetIsConnected
22I_CryptNetSetUrlCacheFlushInfo
23I_CryptNetSetUrlCachePreFetchInfo
lib/libc/mingw/lib-common/lz32.def created+22
...@@ -0,0 +1,22 @@
1;
2; Exports of file LZ32.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY LZ32.dll
8EXPORTS
9CopyLZFile
10GetExpandedNameA
11GetExpandedNameW
12LZClose
13LZCloseFile
14LZCopy
15LZCreateFileW
16LZDone
17LZInit
18LZOpenFileA
19LZOpenFileW
20LZRead
21LZSeek
22LZStart
lib/libc/mingw/lib-common/mpr.def created+94
...@@ -0,0 +1,94 @@
1;
2; Definition file of MPR.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008-2014
5;
6LIBRARY "MPR.dll"
7EXPORTS
8DoBroadcastSystemMessage
9DoCommandLinePrompt
10DoPasswordDialog
11DoProfileErrorDialog
12ShowReconnectDialog
13ShowReconnectDialogEnd
14ShowReconnectDialogUI
15WNetConnectionDialog2
16WNetDisconnectDialog2
17I_MprSaveConn
18MultinetGetConnectionPerformanceA
19MultinetGetConnectionPerformanceW
20MultinetGetErrorTextA
21MultinetGetErrorTextW
22RestoreConnectionA0
23WNetAddConnection2A
24WNetAddConnection2W
25WNetAddConnection3A
26WNetAddConnection3W
27WNetAddConnectionA
28WNetAddConnectionW
29WNetCancelConnection2A
30WNetCancelConnection2W
31WNetCancelConnectionA
32WNetCancelConnectionW
33WNetClearConnections
34WNetCloseEnum
35WNetConnectionDialog
36WNetConnectionDialog1A
37WNetConnectionDialog1W
38WNetDirectoryNotifyA
39WNetDirectoryNotifyW
40WNetDisconnectDialog
41WNetDisconnectDialog1A
42WNetDisconnectDialog1W
43WNetEnumResourceA
44WNetEnumResourceW
45WNetFMXEditPerm
46WNetFMXGetPermCaps
47WNetFMXGetPermHelp
48WNetFormatNetworkNameA
49WNetFormatNetworkNameW
50WNetGetConnection2A
51WNetGetConnection2W
52WNetGetConnection3A
53WNetGetConnection3W
54WNetGetConnectionA
55WNetGetConnectionW
56WNetGetDirectoryTypeA
57WNetGetDirectoryTypeW
58WNetGetHomeDirectoryW
59WNetGetLastErrorA
60WNetGetLastErrorW
61WNetGetNetworkInformationA
62WNetGetNetworkInformationW
63WNetGetPropertyTextA
64WNetGetPropertyTextW
65WNetGetProviderNameA
66WNetGetProviderNameW
67WNetGetProviderTypeA
68WNetGetProviderTypeW
69WNetGetResourceInformationA
70WNetGetResourceInformationW
71WNetGetResourceParentA
72WNetGetResourceParentW
73WNetGetSearchDialog
74WNetGetUniversalNameA
75WNetGetUniversalNameW
76WNetGetUserA
77WNetGetUserW
78WNetLogonNotify
79WNetOpenEnumA
80WNetOpenEnumW
81WNetPasswordChangeNotify
82WNetPropertyDialogA
83WNetPropertyDialogW
84WNetRestoreAllConnectionsW
85WNetRestoreConnection2W
86WNetRestoreConnectionW
87WNetRestoreSingleConnectionW
88WNetSetConnectionA
89WNetSetConnectionW
90WNetSetLastErrorA
91WNetSetLastErrorW
92WNetSupportGlobalEnum
93WNetUseConnectionA
94WNetUseConnectionW
lib/libc/mingw/lib-common/ncrypt.def created+137
...@@ -0,0 +1,137 @@
1;
2; Definition file of ncrypt.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008-2014
5;
6LIBRARY "ncrypt.dll"
7EXPORTS
8BCryptAddContextFunction
9BCryptAddContextFunctionProvider
10BCryptCloseAlgorithmProvider
11BCryptConfigureContext
12BCryptConfigureContextFunction
13BCryptCreateContext
14BCryptCreateHash
15BCryptDecrypt
16BCryptDeleteContext
17BCryptDeriveKey
18BCryptDeriveKeyCapi
19BCryptDeriveKeyPBKDF2
20BCryptDestroyHash
21BCryptDestroyKey
22BCryptDestroySecret
23BCryptDuplicateHash
24BCryptDuplicateKey
25BCryptEncrypt
26BCryptEnumAlgorithms
27BCryptEnumContextFunctionProviders
28BCryptEnumContextFunctions
29BCryptEnumContexts
30BCryptEnumProviders
31BCryptEnumRegisteredProviders
32BCryptExportKey
33BCryptFinalizeKeyPair
34BCryptFinishHash
35BCryptFreeBuffer
36BCryptGenRandom
37BCryptGenerateKeyPair
38BCryptGenerateSymmetricKey
39BCryptGetFipsAlgorithmMode
40BCryptGetProperty
41BCryptHashData
42BCryptImportKey
43BCryptImportKeyPair
44BCryptKeyDerivation
45BCryptOpenAlgorithmProvider
46BCryptQueryContextConfiguration
47BCryptQueryContextFunctionConfiguration
48BCryptQueryContextFunctionProperty
49BCryptQueryProviderRegistration
50BCryptRegisterConfigChangeNotify
51BCryptRegisterProvider
52BCryptRemoveContextFunction
53BCryptRemoveContextFunctionProvider
54BCryptResolveProviders
55BCryptSecretAgreement
56BCryptSetAuditingInterface
57BCryptSetContextFunctionProperty
58BCryptSetProperty
59BCryptSignHash
60BCryptUnregisterConfigChangeNotify
61BCryptUnregisterProvider
62BCryptVerifySignature
63GetIsolationServerInterface
64GetKeyStorageInterface
65GetSChannelInterface
66NCryptCloseKeyProtector
67NCryptCloseProtectionDescriptor
68NCryptCreatePersistedKey
69NCryptCreateProtectionDescriptor
70NCryptDecrypt
71NCryptDeleteKey
72NCryptDeriveKey
73NCryptDuplicateKeyProtectorHandle
74NCryptEncrypt
75NCryptEnumAlgorithms
76NCryptEnumKeys
77NCryptEnumStorageProviders
78NCryptExportKey
79NCryptFinalizeKey
80NCryptFreeBuffer
81NCryptFreeObject
82NCryptGetProperty
83NCryptGetProtectionDescriptorInfo
84NCryptImportKey
85NCryptIsAlgSupported
86NCryptIsKeyHandle
87NCryptKeyDerivation
88NCryptNotifyChangeKey
89NCryptOpenKey
90NCryptOpenKeyProtector
91NCryptOpenStorageProvider
92NCryptProtectKey
93NCryptProtectSecret
94NCryptQueryProtectionDescriptorName
95NCryptRegisterProtectionDescriptorName
96NCryptSecretAgreement
97NCryptSetAuditingInterface
98NCryptSetProperty
99NCryptSignHash
100NCryptStreamClose
101NCryptStreamOpenToProtect
102NCryptStreamOpenToUnprotect
103NCryptStreamUpdate
104NCryptTranslateHandle
105NCryptUnprotectKey
106NCryptUnprotectSecret
107NCryptVerifySignature
108SslChangeNotify
109SslComputeClientAuthHash
110SslComputeEapKeyBlock
111SslComputeFinishedHash
112SslCreateClientAuthHash
113SslCreateEphemeralKey
114SslCreateHandshakeHash
115SslDecrementProviderReferenceCount
116SslDecryptPacket
117SslEncryptPacket
118SslEnumCipherSuites
119SslEnumProtocolProviders
120SslExportKey
121SslFreeBuffer
122SslFreeObject
123SslGenerateMasterKey
124SslGenerateSessionKeys
125SslGetCipherSuitePRFHashAlgorithm
126SslGetKeyProperty
127SslGetProviderProperty
128SslHashHandshake
129SslImportKey
130SslImportMasterKey
131SslIncrementProviderReferenceCount
132SslLookupCipherLengths
133SslLookupCipherSuiteInfo
134SslOpenPrivateKey
135SslOpenProvider
136SslSignHash
137SslVerifySignature
lib/libc/mingw/lib-common/netapi32.def created+386
...@@ -0,0 +1,386 @@
1LIBRARY "NETAPI32.dll"
2EXPORTS
3CredpValidateTargetName
4DavAddConnection
5DavDeleteConnection
6DavFlushFile
7DavGetExtendedError
8DavGetHTTPFromUNCPath
9DavGetUNCFromHTTPPath
10DsAddressToSiteNamesA
11DsAddressToSiteNamesExA
12DsAddressToSiteNamesExW
13DsAddressToSiteNamesW
14DsDeregisterDnsHostRecordsA
15DsDeregisterDnsHostRecordsW
16DsEnumerateDomainTrustsA
17DsEnumerateDomainTrustsW
18DsGetDcCloseW
19DsGetDcNameA
20DsGetDcNameW
21DsGetDcNameWithAccountA
22DsGetDcNameWithAccountW
23DsGetDcNextA
24DsGetDcNextW
25DsGetDcOpenA
26DsGetDcOpenW
27DsGetDcSiteCoverageA
28DsGetDcSiteCoverageW
29DsGetForestTrustInformationW
30DsGetSiteNameA
31DsGetSiteNameW
32DsMergeForestTrustInformationW
33DsRoleAbortDownlevelServerUpgrade
34DsRoleCancel
35DsRoleDcAsDc
36DsRoleDcAsReplica
37DsRoleDemoteDc
38DsRoleDnsNameToFlatName
39DsRoleFreeMemory
40DsRoleGetDatabaseFacts
41DsRoleGetDcOperationProgress
42DsRoleGetDcOperationResults
43DsRoleGetPrimaryDomainInformation
44DsRoleIfmHandleFree
45DsRoleServerSaveStateForUpgrade
46DsRoleUpgradeDownlevelServer
47DsValidateSubnetNameA
48DsValidateSubnetNameW
49I_BrowserDebugCall
50I_BrowserDebugTrace
51I_BrowserQueryEmulatedDomains
52I_BrowserQueryOtherDomains
53I_BrowserQueryStatistics
54I_BrowserResetNetlogonState
55I_BrowserResetStatistics
56I_BrowserServerEnum
57I_BrowserSetNetlogonState
58I_DsUpdateReadOnlyServerDnsRecords
59I_NetAccountDeltas
60I_NetAccountSync
61I_NetChainSetClientAttributes
62I_NetChainSetClientAttributes2
63I_NetDatabaseDeltas
64I_NetDatabaseRedo
65I_NetDatabaseSync
66I_NetDatabaseSync2
67I_NetDfsCreateExitPoint
68I_NetDfsCreateLocalPartition
69I_NetDfsDeleteExitPoint
70I_NetDfsDeleteLocalPartition
71I_NetDfsFixLocalVolume
72I_NetDfsGetFtServers
73I_NetDatabaseDeltas
74I_NetDatabaseRedo
75I_NetDatabaseSync
76I_NetDatabaseSync2
77I_NetDfsGetVersion
78I_NetDfsIsThisADomainName
79I_NetDfsManagerReportSiteInfo
80I_NetDfsModifyPrefix
81I_NetDfsSetLocalVolumeState
82I_NetDfsSetServerInfo
83I_NetGetDCList
84I_NetGetForestTrustInformation
85I_NetListCanonicalize
86I_NetListTraverse
87I_NetLogonControl
88I_NetLogonControl2
89I_NetLogonGetDomainInfo
90I_NetLogonSamLogoff
91I_NetLogonSamLogon
92I_NetLogonSamLogonEx
93I_NetLogonSamLogonWithFlags
94I_NetLogonSendToSam
95I_NetLogonUasLogoff
96I_NetLogonUasLogon
97I_NetNameCanonicalize
98I_NetNameCompare
99I_NetNameValidate
100I_NetPathCanonicalize
101I_NetPathCompare
102I_NetPathType
103I_NetLogonSamLogonEx
104I_NetLogonSamLogonWithFlags
105I_NetLogonSendToSam
106I_NetLogonUasLogoff
107I_NetLogonUasLogon
108I_NetServerAuthenticate
109I_NetServerAuthenticate2
110I_NetServerAuthenticate3
111I_NetServerGetTrustInfo
112I_NetServerPasswordGet
113I_NetServerPasswordSet
114I_NetServerPasswordSet2
115I_NetServerReqChallenge
116I_NetServerSetServiceBits
117I_NetServerSetServiceBitsEx
118I_NetServerTrustPasswordsGet
119I_NetlogonComputeClientDigest
120I_NetlogonComputeServerDigest
121I_NetlogonGetTrustRid
122NetAccessAdd
123NetAccessDel
124NetAccessEnum
125NetAccessGetInfo
126NetAccessGetUserPerms
127NetAccessSetInfo
128NetAddAlternateComputerName
129NetAddServiceAccount
130NetAlertRaise
131NetAlertRaiseEx
132NetApiBufferAllocate
133NetApiBufferFree
134NetApiBufferReallocate
135NetApiBufferSize
136NetAuditClear
137NetAuditRead
138NetAuditWrite
139NetBrowserStatisticsGet
140NetConfigGet
141NetConfigGetAll
142NetConfigSet
143NetConnectionEnum
144NetCreateProvisioningPackage
145NetDfsAdd
146NetDfsAddFtRoot
147NetDfsAddRootTarget
148NetDfsAddStdRoot
149NetDfsAddStdRootForced
150NetDfsEnum
151NetDfsGetClientInfo
152NetDfsGetDcAddress
153NetDfsGetFtContainerSecurity
154NetDfsGetInfo
155NetDfsGetSecurity
156NetDfsGetStdContainerSecurity
157NetDfsGetSupportedNamespaceVersion
158NetDfsManagerGetConfigInfo
159NetDfsManagerInitialize
160NetDfsManagerSendSiteInfo
161NetDfsMove
162NetDfsRemove
163NetDfsRemoveFtRoot
164NetDfsRemoveFtRootForced
165NetDfsRemoveRootTarget
166NetDfsRemoveStdRoot
167NetDfsRename
168NetDfsSetClientInfo
169NetDfsSetFtContainerSecurity
170NetDfsSetInfo
171NetDfsSetSecurity
172NetDfsSetStdContainerSecurity
173NetEnumerateComputerNames
174NetEnumerateServiceAccounts
175NetEnumerateTrustedDomains
176NetErrorLogClear
177NetErrorLogRead
178NetErrorLogWrite
179NetFileClose
180NetFileEnum
181NetFileGetInfo
182NetGetAnyDCName
183NetGetDCName
184NetGetDisplayInformationIndex
185NetGetJoinInformation
186NetGetJoinableOUs
187NetGroupAdd
188NetGroupAddUser
189NetGroupDel
190NetGroupDelUser
191NetGroupEnum
192NetGroupGetInfo
193NetGroupGetUsers
194NetGroupSetInfo
195NetGroupSetUsers
196NetIsServiceAccount
197NetJoinDomain
198NetLocalGroupAdd
199NetLocalGroupAddMember
200NetLocalGroupAddMembers
201NetLocalGroupDel
202NetLocalGroupDelMember
203NetLocalGroupDelMembers
204NetLocalGroupEnum
205NetLocalGroupGetInfo
206NetLocalGroupGetMembers
207NetLocalGroupSetInfo
208NetLocalGroupSetMembers
209NetLogonGetTimeServiceParentDomain
210NetLogonSetServiceBits
211NetMessageBufferSend
212NetMessageNameAdd
213NetMessageNameDel
214NetMessageNameEnum
215NetMessageNameGetInfo
216NetProvisionComputerAccount
217NetQueryDisplayInformation
218NetQueryServiceAccount
219NetRegisterDomainNameChangeNotification
220NetRemoteComputerSupports
221NetRemoteTOD
222NetRemoveAlternateComputerName
223NetRemoveServiceAccount
224NetRenameMachineInDomain
225NetReplExportDirAdd
226NetReplExportDirDel
227NetReplExportDirEnum
228NetReplExportDirGetInfo
229NetReplExportDirLock
230NetReplExportDirSetInfo
231NetReplExportDirUnlock
232NetReplGetInfo
233NetReplImportDirAdd
234NetReplImportDirDel
235NetReplImportDirEnum
236NetReplImportDirGetInfo
237NetReplImportDirLock
238NetReplImportDirUnlock
239NetReplSetInfo
240NetRequestOfflineDomainJoin
241NetRequestProvisioningPackageInstall
242NetScheduleJobAdd
243NetScheduleJobDel
244NetScheduleJobEnum
245NetScheduleJobGetInfo
246NetServerAliasAdd
247NetServerAliasDel
248NetServerAliasEnum
249NetServerComputerNameAdd
250NetServerComputerNameDel
251NetServerDiskEnum
252NetServerEnum
253NetServerEnumEx
254NetServerGetInfo
255NetServerSetInfo
256NetServerTransportAdd
257NetServerTransportAddEx
258NetServerTransportDel
259NetServerTransportEnum
260NetServiceControl
261NetServiceEnum
262NetServiceGetInfo
263NetServiceInstall
264NetSessionDel
265NetSessionEnum
266NetSessionGetInfo
267NetSetPrimaryComputerName
268NetShareAdd
269NetShareCheck
270NetShareDel
271NetShareDelEx
272NetShareDelSticky
273NetShareEnum
274NetShareEnumSticky
275NetShareGetInfo
276NetShareSetInfo
277NetStatisticsGet
278NetUnjoinDomain
279NetUnregisterDomainNameChangeNotification
280NetUseAdd
281NetUseDel
282NetUseEnum
283NetUseGetInfo
284NetUserAdd
285NetUserChangePassword
286NetUserDel
287NetUserEnum
288NetUserGetGroups
289NetUserGetInfo
290NetUserGetLocalGroups
291NetUserModalsGet
292NetUserModalsSet
293NetUserSetGroups
294NetUserSetInfo
295NetValidateName
296NetValidatePasswordPolicy
297NetValidatePasswordPolicyFree
298NetWkstaGetInfo
299NetWkstaSetInfo
300NetWkstaTransportAdd
301NetWkstaTransportDel
302NetWkstaTransportEnum
303NetWkstaUserEnum
304NetWkstaUserGetInfo
305NetWkstaUserSetInfo
306NetapipBufferAllocate
307Netbios
308NetpAccessCheck
309NetpAccessCheckAndAudit
310NetpAccessCheckAndAuditEx
311NetpAddTlnFtinfoEntry
312NetpAllocConfigName
313NetpAllocFtinfoEntry
314NetpAllocStrFromWStr
315NetpAllocWStrFromStr
316NetpAllocWStrFromWStr
317NetpApiStatusToNtStatus
318NetpAssertFailed
319NetpCleanFtinfoContext
320NetpCloseConfigData
321NetpCopyFtinfoContext
322NetpCopyStringToBuffer
323NetpCreateSecurityObject
324NetpDbgPrint
325NetpDeleteSecurityObject
326NetpEventlogClose
327NetpEventlogOpen
328NetpEventlogWriteEx
329NetpGetComputerName
330NetpGetConfigBool
331NetpGetConfigDword
332NetpGetConfigTStrArray
333NetpGetConfigValue
334NetpGetDomainName
335NetpGetFileSecurity
336NetpGetPrivilege
337NetpHexDump
338NetpInitFtinfoContext
339NetpInitOemString
340NetpIsRemote
341NetpIsUncComputerNameValid
342NetpLocalTimeZoneOffset
343NetpLogonPutUnicodeString
344NetpMergeFtinfo
345NetpNetBiosAddName
346NetpNetBiosCall
347NetpNetBiosDelName
348NetpNetBiosGetAdapterNumbers
349NetpNetBiosHangup
350NetpNetBiosReceive
351NetpNetBiosReset
352NetpNetBiosSend
353NetpNetBiosStatusToApiStatus
354NetpNtStatusToApiStatus
355NetpOpenConfigData
356NetpPackString
357NetpParmsQueryUserProperty
358NetpParmsQueryUserPropertyWithLength
359NetpParmsSetUserProperty
360NetpParmsSetUserPropertyWithLength
361NetpParmsUserPropertyFree
362NetpReleasePrivilege
363NetpSetFileSecurity
364NetpSmbCheck
365NetpStoreIntialDcRecord
366NetpStringToNetBiosName
367NetpTStrArrayEntryCount
368NetpUpgradePreNT5JoinInfo
369NetpwNameCanonicalize
370NetpwNameCompare
371NetpwNameValidate
372NetpwPathCanonicalize
373NetpwPathCompare
374NetpwPathType
375NlBindingAddServerToCache
376NlBindingRemoveServerFromCache
377NlBindingSetAuthInfo
378RxNetAccessAdd
379RxNetAccessDel
380RxNetAccessEnum
381RxNetAccessGetInfo
382RxNetAccessGetUserPerms
383RxNetAccessSetInfo
384RxNetServerEnum
385RxNetUserPasswordSet
386RxRemoteApi
lib/libc/mingw/lib-common/rpcns4.def created+71
...@@ -0,0 +1,71 @@
1;
2; Exports of file RPCNS4.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY RPCNS4.dll
8EXPORTS
9I_GetDefaultEntrySyntax
10I_RpcNsGetBuffer
11I_RpcNsNegotiateTransferSyntax
12I_RpcNsRaiseException
13I_RpcNsSendReceive
14I_RpcReBindBuffer
15RpcIfIdVectorFree
16RpcNsBindingExportA
17RpcNsBindingExportPnPA
18RpcNsBindingExportPnPW
19RpcNsBindingExportW
20RpcNsBindingImportBeginA
21RpcNsBindingImportBeginW
22RpcNsBindingImportDone
23RpcNsBindingImportNext
24RpcNsBindingLookupBeginA
25RpcNsBindingLookupBeginW
26RpcNsBindingLookupDone
27RpcNsBindingLookupNext
28RpcNsBindingSelect
29RpcNsBindingUnexportA
30RpcNsBindingUnexportPnPA
31RpcNsBindingUnexportPnPW
32RpcNsBindingUnexportW
33RpcNsEntryExpandNameA
34RpcNsEntryExpandNameW
35RpcNsEntryObjectInqBeginA
36RpcNsEntryObjectInqBeginW
37RpcNsEntryObjectInqDone
38RpcNsEntryObjectInqNext
39RpcNsGroupDeleteA
40RpcNsGroupDeleteW
41RpcNsGroupMbrAddA
42RpcNsGroupMbrAddW
43RpcNsGroupMbrInqBeginA
44RpcNsGroupMbrInqBeginW
45RpcNsGroupMbrInqDone
46RpcNsGroupMbrInqNextA
47RpcNsGroupMbrInqNextW
48RpcNsGroupMbrRemoveA
49RpcNsGroupMbrRemoveW
50RpcNsMgmtBindingUnexportA
51RpcNsMgmtBindingUnexportW
52RpcNsMgmtEntryCreateA
53RpcNsMgmtEntryCreateW
54RpcNsMgmtEntryDeleteA
55RpcNsMgmtEntryDeleteW
56RpcNsMgmtEntryInqIfIdsA
57RpcNsMgmtEntryInqIfIdsW
58RpcNsMgmtHandleSetExpAge
59RpcNsMgmtInqExpAge
60RpcNsMgmtSetExpAge
61RpcNsProfileDeleteA
62RpcNsProfileDeleteW
63RpcNsProfileEltAddA
64RpcNsProfileEltAddW
65RpcNsProfileEltInqBeginA
66RpcNsProfileEltInqBeginW
67RpcNsProfileEltInqDone
68RpcNsProfileEltInqNextA
69RpcNsProfileEltInqNextW
70RpcNsProfileEltRemoveA
71RpcNsProfileEltRemoveW
lib/libc/mingw/lib-common/rpcrt4.def created+577
...@@ -0,0 +1,577 @@
1LIBRARY "RPCRT4.dll"
2EXPORTS
3CreateProxyFromTypeInfo
4CreateStubFromTypeInfo
5I_RpcFixTransferSyntax
6I_RpcBindingInqCurrentModifiedId
7I_RpcFwThisIsTheManager
8I_RpcInitFwImports
9I_RpcInitHttpImports
10I_RpcInitImports
11I_RpcInitNdrImports
12I_RpcMgmtQueryDedicatedThreadPool
13I_RpcOpenClientProcess
14I_RpcOpenClientThread
15I_RpcServerTurnOnOffKeepalives
16I_RpcVerifierCorruptionExpected
17NdrFullPointerFree
18NdrFullPointerInsertRefId
19NdrFullPointerQueryPointer
20NdrFullPointerQueryRefId
21NdrGetBaseInterfaceFromStub
22NdrpClientCall2
23RpcCertMatchPrincipalName
24pfnFreeRoutines DATA
25pfnMarshallRoutines DATA
26pfnSizeRoutines DATA
27pfnUnmarshallRoutines DATA
28CStdStubBuffer_AddRef
29CStdStubBuffer_Connect
30CStdStubBuffer_CountRefs
31CStdStubBuffer_DebugServerQueryInterface
32CStdStubBuffer_DebugServerRelease
33CStdStubBuffer_Disconnect
34CStdStubBuffer_Invoke
35CStdStubBuffer_IsIIDSupported
36CStdStubBuffer_QueryInterface
37CreateProxyFromTypeInfo
38CreateStubFromTypeInfo
39DceErrorInqTextA
40DceErrorInqTextW
41DllGetClassObject
42DllInstall
43DllRegisterServer
44GlobalMutexClearExternal
45GlobalMutexRequestExternal
46IUnknown_AddRef_Proxy
47IUnknown_QueryInterface_Proxy
48IUnknown_Release_Proxy
49I_RpcAbortAsyncCall
50I_RpcAllocate
51I_RpcAsyncAbortCall
52I_RpcAsyncSetHandle
53I_RpcBCacheAllocate
54I_RpcBCacheFree
55I_RpcBindingCopy
56I_RpcBindingCreateNP
57I_RpcBindingHandleToAsyncHandle
58I_RpcBindingInqClientTokenAttributes
59I_RpcBindingInqConnId
60I_RpcBindingInqDynamicEndpoint
61I_RpcBindingInqDynamicEndpointA
62I_RpcBindingInqDynamicEndpointW
63I_RpcBindingInqLocalClientPID
64I_RpcBindingInqMarshalledTargetInfo
65I_RpcBindingInqSecurityContext
66I_RpcBindingInqSecurityContextKeyInfo
67I_RpcBindingInqTransportType
68I_RpcBindingInqWireIdForSnego
69I_RpcBindingIsClientLocal
70I_RpcBindingIsServerLocal
71I_RpcBindingSetPrivateOption
72I_RpcBindingToStaticStringBindingW
73I_RpcCertProcessAndProvision
74I_RpcClearMutex
75I_RpcCompleteAndFree
76I_RpcConnectionInqSockBuffSize
77I_RpcConnectionSetSockBuffSize
78I_RpcCompleteAndFree
79I_RpcDeleteMutex
80I_RpcEnableWmiTrace
81I_RpcExceptionFilter
82I_RpcFilterDCOMActivation
83I_RpcFree
84I_RpcFreeBuffer
85I_RpcFreePipeBuffer
86I_RpcGetBuffer
87I_RpcGetBufferWithObject
88I_RpcGetCurrentCallHandle
89I_RpcGetDefaultSD
90I_RpcGetExtendedError
91I_RpcGetPortAllocationData
92I_RpcIfInqTransferSyntaxes
93I_RpcLogEvent
94I_RpcMapWin32Status
95I_RpcMarshalBindingHandleAndInterfaceForNDF
96I_RpcMgmtEnableDedicatedThreadPool
97I_RpcNDRCGetWireRepresentation
98I_RpcNDRSContextEmergencyCleanup
99I_RpcNegotiateTransferSyntax
100I_RpcNsBindingSetEntryName
101I_RpcNsBindingSetEntryNameA
102I_RpcNsBindingSetEntryNameW
103I_RpcNsInterfaceExported
104I_RpcNsInterfaceUnexported
105I_RpcOpenClientProcess
106I_RpcParseSecurity
107I_RpcPauseExecution
108I_RpcProxyNewConnection
109I_RpcReallocPipeBuffer
110I_RpcReceive
111I_RpcRecordCalloutFailure
112I_RpcReplyToClientWithStatus
113I_RpcRequestMutex
114I_RpcSNCHOption
115I_RpcSend
116I_RpcSendReceive
117I_RpcServerAllocateIpPort
118I_RpcServerCheckClientRestriction
119I_RpcServerDisableExceptionFilter
120I_RpcServerGetAssociationID
121I_RpcServerInqAddressChangeFn
122I_RpcServerInqLocalConnAddress
123I_RpcServerInqRemoteConnAddress
124I_RpcServerInqTransportType
125I_RpcServerIsClientDisconnected
126I_RpcServerRegisterForwardFunction
127I_RpcServerSetAddressChangeFn
128I_RpcServerStartService
129I_RpcServerSubscribeForDisconnectNotification
130I_RpcServerUseProtseq2A
131I_RpcServerUseProtseq2W
132I_RpcServerUseProtseqEp2A
133I_RpcServerUseProtseqEp2W
134I_RpcSessionStrictContextHandle
135I_RpcSetAsyncHandle
136I_RpcSetDCOMAppId
137I_RpcSsDontSerializeContext
138I_RpcSystemFunction001
139I_RpcTransConnectionAllocatePacket
140I_RpcTransConnectionFreePacket
141I_RpcTransConnectionReallocPacket
142I_RpcTransDatagramAllocate
143I_RpcTransDatagramAllocate2
144I_RpcTransDatagramFree
145I_RpcTransGetThreadEvent
146I_RpcTransGetThreadEventThreadOptional
147I_RpcTransIoCancelled
148I_RpcTransServerNewConnection
149I_RpcTurnOnEEInfoPropagation
150I_UuidCreate
151MesBufferHandleReset
152MesDecodeBufferHandleCreate
153MesDecodeIncrementalHandleCreate
154MesEncodeDynBufferHandleCreate
155MesEncodeFixedBufferHandleCreate
156MesEncodeIncrementalHandleCreate
157MesHandleFree
158MesIncrementalHandleReset
159MesInqProcEncodingId
160NDRCContextBinding
161NDRCContextMarshall
162NDRCContextUnmarshall
163NDRSContextMarshall
164NDRSContextMarshall2
165NDRSContextMarshallEx
166NDRSContextUnmarshall
167NDRSContextUnmarshall2
168NDRSContextUnmarshallEx
169Ndr64AsyncClientCall
170Ndr64AsyncServerCall64
171Ndr64AsyncServerCallAll
172Ndr64DcomAsyncClientCall
173Ndr64DcomAsyncStubCall
174NdrAllocate
175NdrAsyncClientCall
176NdrAsyncServerCall
177NdrByteCountPointerBufferSize
178NdrByteCountPointerFree
179NdrByteCountPointerMarshall
180NdrByteCountPointerUnmarshall
181NdrCStdStubBuffer2_Release
182NdrCStdStubBuffer_Release
183NdrClearOutParameters
184NdrClientCall2
185NdrClientCall3
186NdrClientContextMarshall
187NdrClientContextUnmarshall
188NdrClientInitialize
189NdrClientInitializeNew
190NdrComplexArrayBufferSize
191NdrComplexArrayFree
192NdrComplexArrayMarshall
193NdrComplexArrayMemorySize
194NdrComplexArrayUnmarshall
195NdrComplexStructBufferSize
196NdrComplexStructFree
197NdrComplexStructMarshall
198NdrComplexStructMemorySize
199NdrComplexStructUnmarshall
200NdrConformantArrayBufferSize
201NdrConformantArrayFree
202NdrConformantArrayMarshall
203NdrConformantArrayMemorySize
204NdrConformantArrayUnmarshall
205NdrConformantStringBufferSize
206NdrConformantStringMarshall
207NdrConformantStringMemorySize
208NdrConformantStringUnmarshall
209NdrConformantStructBufferSize
210NdrConformantStructFree
211NdrConformantStructMarshall
212NdrConformantStructMemorySize
213NdrConformantStructUnmarshall
214NdrConformantVaryingArrayBufferSize
215NdrConformantVaryingArrayFree
216NdrConformantVaryingArrayMarshall
217NdrConformantVaryingArrayMemorySize
218NdrConformantVaryingArrayUnmarshall
219NdrConformantVaryingStructBufferSize
220NdrConformantVaryingStructFree
221NdrConformantVaryingStructMarshall
222NdrConformantVaryingStructMemorySize
223NdrConformantVaryingStructUnmarshall
224NdrContextHandleInitialize
225NdrContextHandleSize
226NdrConvert
227NdrConvert2
228NdrCorrelationFree
229NdrCorrelationInitialize
230NdrCorrelationPass
231NdrCreateServerInterfaceFromStub
232NdrDcomAsyncClientCall
233NdrDcomAsyncStubCall
234NdrDllCanUnloadNow
235NdrDllGetClassObject
236NdrDllRegisterProxy
237NdrDllUnregisterProxy
238NdrEncapsulatedUnionBufferSize
239NdrEncapsulatedUnionFree
240NdrEncapsulatedUnionMarshall
241NdrEncapsulatedUnionMemorySize
242NdrEncapsulatedUnionUnmarshall
243NdrFixedArrayBufferSize
244NdrFixedArrayFree
245NdrFixedArrayMarshall
246NdrFixedArrayMemorySize
247NdrFixedArrayUnmarshall
248NdrFreeBuffer
249NdrFullPointerFree
250NdrFullPointerInsertRefId
251NdrFullPointerQueryPointer
252NdrFullPointerQueryRefId
253NdrFullPointerXlatFree
254NdrFullPointerXlatInit
255NdrGetBaseInterfaceFromStub
256NdrGetBuffer
257NdrGetDcomProtocolVersion
258NdrGetSimpleTypeBufferAlignment
259NdrGetSimpleTypeBufferSize
260NdrGetSimpleTypeMemorySize
261NdrGetTypeFlags
262NdrGetUserMarshalInfo
263NdrInterfacePointerBufferSize
264NdrInterfacePointerFree
265NdrInterfacePointerMarshall
266NdrInterfacePointerMemorySize
267NdrInterfacePointerUnmarshall
268NdrMapCommAndFaultStatus
269NdrMesProcEncodeDecode
270NdrMesProcEncodeDecode2
271NdrMesProcEncodeDecode3
272NdrMesSimpleTypeAlignSize
273NdrMesSimpleTypeAlignSizeAll
274NdrMesSimpleTypeDecode
275NdrMesSimpleTypeDecodeAll
276NdrMesSimpleTypeEncode
277NdrMesSimpleTypeEncodeAll
278NdrMesTypeAlignSize
279NdrMesTypeAlignSize2
280NdrMesTypeAlignSize3
281NdrMesTypeDecode
282NdrMesTypeDecode2
283NdrMesTypeDecode3
284NdrMesTypeEncode
285NdrMesTypeEncode2
286NdrMesTypeEncode3
287NdrMesTypeFree2
288NdrMesTypeFree3
289NdrNonConformantStringBufferSize
290NdrNonConformantStringMarshall
291NdrNonConformantStringMemorySize
292NdrNonConformantStringUnmarshall
293NdrNonEncapsulatedUnionBufferSize
294NdrNonEncapsulatedUnionFree
295NdrNonEncapsulatedUnionMarshall
296NdrNonEncapsulatedUnionMemorySize
297NdrNonEncapsulatedUnionUnmarshall
298NdrNsGetBuffer
299NdrNsSendReceive
300NdrOleAllocate
301NdrOleFree
302NdrOutInit
303NdrPartialIgnoreClientBufferSize
304NdrPartialIgnoreClientMarshall
305NdrPartialIgnoreServerInitialize
306NdrPartialIgnoreServerUnmarshall
307NdrPointerBufferSize
308NdrPointerFree
309NdrPointerMarshall
310NdrPointerMemorySize
311NdrPointerUnmarshall
312NdrProxyErrorHandler
313NdrProxyFreeBuffer
314NdrProxyGetBuffer
315NdrProxyInitialize
316NdrProxySendReceive
317NdrRangeUnmarshall
318NdrRpcSmClientAllocate
319NdrRpcSmClientFree
320NdrRpcSmSetClientToOsf
321NdrRpcSsDefaultAllocate
322NdrRpcSsDefaultFree
323NdrRpcSsDisableAllocate
324NdrRpcSsEnableAllocate
325NdrSendReceive
326NdrServerCall2
327NdrServerCallAll
328NdrServerCallNdr64
329NdrServerContextMarshall
330NdrServerContextNewMarshall
331NdrServerContextNewUnmarshall
332NdrServerContextUnmarshall
333NdrServerInitialize
334NdrServerInitializeMarshall
335NdrServerInitializeNew
336NdrServerInitializePartial
337NdrServerInitializeUnmarshall
338NdrSimpleStructBufferSize
339NdrSimpleStructFree
340NdrSimpleStructMarshall
341NdrSimpleStructMemorySize
342NdrSimpleStructUnmarshall
343NdrSimpleTypeMarshall
344NdrSimpleTypeUnmarshall
345NdrStubCall2
346NdrStubCall3
347NdrStubForwardingFunction
348NdrStubGetBuffer
349NdrStubInitialize
350NdrStubInitializeMarshall
351NdrTypeFlags DATA
352NdrTypeFree
353NdrTypeMarshall
354NdrTypeSize
355NdrTypeUnmarshall
356NdrUnmarshallBasetypeInline
357NdrUserMarshalBufferSize
358NdrUserMarshalFree
359NdrUserMarshalMarshall
360NdrUserMarshalMemorySize
361NdrUserMarshalSimpleTypeConvert
362NdrUserMarshalUnmarshall
363NdrVaryingArrayBufferSize
364NdrVaryingArrayFree
365NdrVaryingArrayMarshall
366NdrVaryingArrayMemorySize
367NdrVaryingArrayUnmarshall
368NdrXmitOrRepAsBufferSize
369NdrXmitOrRepAsFree
370NdrXmitOrRepAsMarshall
371NdrXmitOrRepAsMemorySize
372NdrXmitOrRepAsUnmarshall
373NdrpCreateProxy
374NdrpCreateStub
375NdrpGetProcFormatString
376NdrpGetTypeFormatString
377NdrpGetTypeGenCookie
378NdrpMemoryIncrement
379NdrpReleaseTypeFormatString
380NdrpReleaseTypeGenCookie
381NdrpSetRpcSsDefaults
382NdrpVarVtOfTypeDesc
383RpcAbortAsyncCall
384RpcAsyncAbortCall
385RpcAsyncCancelCall
386RpcAsyncCompleteCall
387RpcAsyncGetCallStatus
388RpcAsyncInitializeHandle
389RpcAsyncRegisterInfo
390RpcBindingBind
391RpcBindingCopy
392RpcBindingCreateA
393RpcBindingCreateW
394RpcBindingFree
395RpcBindingFromStringBindingA
396RpcBindingFromStringBindingW
397RpcBindingInqAuthClientA
398RpcBindingInqAuthClientExA
399RpcBindingInqAuthClientExW
400RpcBindingInqAuthClientW
401RpcBindingInqAuthInfoA
402RpcBindingInqAuthInfoExA
403RpcBindingInqAuthInfoExW
404RpcBindingInqAuthInfoW
405RpcBindingInqObject
406RpcBindingInqOption
407RpcBindingReset
408RpcBindingServerFromClient
409RpcBindingSetAuthInfoA
410RpcBindingSetAuthInfoExA
411RpcBindingSetAuthInfoExW
412RpcBindingSetAuthInfoW
413RpcBindingSetObject
414RpcBindingSetOption
415RpcBindingToStringBindingA
416RpcBindingToStringBindingW
417RpcBindingUnbind
418RpcBindingVectorFree
419RpcCancelAsyncCall
420RpcCancelThread
421RpcCancelThreadEx
422RpcCertGeneratePrincipalNameA
423RpcCertGeneratePrincipalNameW
424RpcCompleteAsyncCall
425RpcEpRegisterA
426RpcEpRegisterNoReplaceA
427RpcEpRegisterNoReplaceW
428RpcEpRegisterW
429RpcEpResolveBinding
430RpcEpUnregister
431RpcErrorAddRecord
432RpcErrorClearInformation
433RpcErrorEndEnumeration
434RpcErrorGetNextRecord
435RpcErrorGetNumberOfRecords
436RpcErrorLoadErrorInfo
437RpcErrorResetEnumeration
438RpcErrorSaveErrorInfo
439RpcErrorStartEnumeration
440RpcExceptionFilter
441RpcFreeAuthorizationContext
442RpcGetAsyncCallStatus
443RpcGetAuthorizationContextForClient
444RpcIfIdVectorFree
445RpcIfInqId
446RpcImpersonateClient
447RpcImpersonateClient2
448RpcInitializeAsyncHandle
449RpcMgmtEnableIdleCleanup
450RpcMgmtEpEltInqBegin
451RpcMgmtEpEltInqDone
452RpcMgmtEpEltInqNextA
453RpcMgmtEpEltInqNextW
454RpcMgmtEpUnregister
455RpcMgmtInqComTimeout
456RpcMgmtInqDefaultProtectLevel
457RpcMgmtInqIfIds
458RpcMgmtInqServerPrincNameA
459RpcMgmtInqServerPrincNameW
460RpcMgmtInqStats
461RpcMgmtIsServerListening
462RpcMgmtSetAuthorizationFn
463RpcMgmtSetCancelTimeout
464RpcMgmtSetComTimeout
465RpcMgmtSetServerStackSize
466RpcMgmtStatsVectorFree
467RpcMgmtStopServerListening
468RpcMgmtWaitServerListen
469RpcNetworkInqProtseqsA
470RpcNetworkInqProtseqsW
471RpcNetworkIsProtseqValidA
472RpcNetworkIsProtseqValidW
473RpcNsBindingInqEntryNameA
474RpcNsBindingInqEntryNameW
475RpcObjectInqType
476RpcObjectSetInqFn
477RpcObjectSetType
478RpcProtseqVectorFreeA
479RpcProtseqVectorFreeW
480RpcRaiseException
481RpcRegisterAsyncInfo
482RpcRevertToSelf
483RpcRevertToSelfEx
484RpcServerCompleteSecurityCallback
485RpcServerInqBindingHandle
486RpcServerInqBindings
487RpcServerInqCallAttributesA
488RpcServerInqCallAttributesW
489RpcServerInqDefaultPrincNameA
490RpcServerInqDefaultPrincNameW
491RpcServerInqIf
492RpcServerInterfaceGroupActivate
493RpcServerInterfaceGroupClose
494RpcServerInterfaceGroupCreateA
495RpcServerInterfaceGroupCreateW
496RpcServerInterfaceGroupDeactivate
497RpcServerInterfaceGroupInqBindings
498RpcServerListen
499RpcServerRegisterAuthInfoA
500RpcServerRegisterAuthInfoW
501RpcServerRegisterIf
502RpcServerRegisterIf2
503RpcServerRegisterIf3
504RpcServerRegisterIfEx
505RpcServerSubscribeForNotification
506RpcServerTestCancel
507RpcServerUnregisterIf
508RpcServerUnregisterIfEx
509RpcServerUnsubscribeForNotification
510RpcServerUseAllProtseqs
511RpcServerUseAllProtseqsEx
512RpcServerUseAllProtseqsIf
513RpcServerUseAllProtseqsIfEx
514RpcServerUseProtseqA
515RpcServerUseProtseqEpA
516RpcServerUseProtseqEpExA
517RpcServerUseProtseqEpExW
518RpcServerUseProtseqEpW
519RpcServerUseProtseqExA
520RpcServerUseProtseqExW
521RpcServerUseProtseqIfA
522RpcServerUseProtseqIfExA
523RpcServerUseProtseqIfExW
524RpcServerUseProtseqIfW
525RpcServerUseProtseqW
526RpcServerYield
527RpcSmAllocate
528RpcSmClientFree
529RpcSmDestroyClientContext
530RpcSmDisableAllocate
531RpcSmEnableAllocate
532RpcSmFree
533RpcSmGetThreadHandle
534RpcSmSetClientAllocFree
535RpcSmSetThreadHandle
536RpcSmSwapClientAllocFree
537RpcSsAllocate
538RpcSsContextLockExclusive
539RpcSsContextLockShared
540RpcSsDestroyClientContext
541RpcSsDisableAllocate
542RpcSsDontSerializeContext
543RpcSsEnableAllocate
544RpcSsFree
545RpcSsGetContextBinding
546RpcSsGetThreadHandle
547RpcSsSetClientAllocFree
548RpcSsSetThreadHandle
549RpcSsSwapClientAllocFree
550RpcStringBindingComposeA
551RpcStringBindingComposeW
552RpcStringBindingParseA
553RpcStringBindingParseW
554RpcStringFreeA
555RpcStringFreeW
556RpcTestCancel
557RpcUserFree
558SimpleTypeAlignment DATA
559SimpleTypeBufferSize DATA
560SimpleTypeMemorySize DATA
561TowerConstruct
562TowerExplode
563UuidCompare
564UuidCreate
565UuidCreateNil
566UuidCreateSequential
567UuidEqual
568UuidFromStringA
569UuidFromStringW
570UuidHash
571UuidIsNil
572UuidToStringA
573UuidToStringW
574pfnFreeRoutines DATA
575pfnMarshallRoutines DATA
576pfnSizeRoutines DATA
577pfnUnmarshallRoutines DATA
lib/libc/mingw/lib-common/scarddlg.def created+15
...@@ -0,0 +1,15 @@
1;
2; Exports of file SCARDDLG.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY SCARDDLG.dll
8EXPORTS
9GetOpenCardNameA
10GetOpenCardNameW
11SCardDlgExtendedError
12SCardUIDlgSelectCardA
13SCardUIDlgSelectCardW
14SCardUIDlgGetPINA
15SCardUIDlgChangePINA
lib/libc/mingw/lib-common/winscard.def created+84
...@@ -0,0 +1,84 @@
1;
2; Definition file of WinSCard.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008-2014
5;
6LIBRARY "WinSCard.dll"
7EXPORTS
8ClassInstall32
9SCardAccessNewReaderEvent
10SCardReleaseAllEvents
11SCardReleaseNewReaderEvent
12SCardAccessStartedEvent
13SCardAddReaderToGroupA
14SCardAddReaderToGroupW
15SCardAudit
16SCardBeginTransaction
17SCardCancel
18SCardConnectA
19SCardConnectW
20SCardControl
21SCardDisconnect
22SCardEndTransaction
23SCardEstablishContext
24SCardForgetCardTypeA
25SCardForgetCardTypeW
26SCardForgetReaderA
27SCardForgetReaderGroupA
28SCardForgetReaderGroupW
29SCardForgetReaderW
30SCardFreeMemory
31SCardGetAttrib
32SCardGetCardTypeProviderNameA
33SCardGetCardTypeProviderNameW
34SCardGetDeviceTypeIdA
35SCardGetDeviceTypeIdW
36SCardGetProviderIdA
37SCardGetProviderIdW
38SCardGetReaderDeviceInstanceIdA
39SCardGetReaderDeviceInstanceIdW
40SCardGetReaderIconA
41SCardGetReaderIconW
42SCardGetStatusChangeA
43SCardGetStatusChangeW
44SCardGetTransmitCount
45SCardIntroduceCardTypeA
46SCardIntroduceCardTypeW
47SCardIntroduceReaderA
48SCardIntroduceReaderGroupA
49SCardIntroduceReaderGroupW
50SCardIntroduceReaderW
51SCardIsValidContext
52SCardListCardsA
53SCardListCardsW
54SCardListInterfacesA
55SCardListInterfacesW
56SCardListReaderGroupsA
57SCardListReaderGroupsW
58SCardListReadersA
59SCardListReadersW
60SCardListReadersWithDeviceInstanceIdA
61SCardListReadersWithDeviceInstanceIdW
62SCardLocateCardsA
63SCardLocateCardsByATRA
64SCardLocateCardsByATRW
65SCardLocateCardsW
66SCardReadCacheA
67SCardReadCacheW
68SCardReconnect
69SCardReleaseContext
70SCardReleaseStartedEvent
71SCardRemoveReaderFromGroupA
72SCardRemoveReaderFromGroupW
73SCardSetAttrib
74SCardSetCardTypeProviderNameA
75SCardSetCardTypeProviderNameW
76SCardState
77SCardStatusA
78SCardStatusW
79SCardTransmit
80SCardWriteCacheA
81SCardWriteCacheW
82g_rgSCardRawPci DATA
83g_rgSCardT0Pci DATA
84g_rgSCardT1Pci DATA
lib/libc/mingw/lib-common/winspool.def created+212
...@@ -0,0 +1,212 @@
1;
2; Definition file of WINSPOOL.DRV
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "WINSPOOL.DRV"
7EXPORTS
8ADVANCEDSETUPDIALOG
9AdvancedSetupDialog
10ConvertAnsiDevModeToUnicodeDevmode
11ConvertUnicodeDevModeToAnsiDevmode
12DEVICEMODE
13DeviceMode
14DocumentEvent
15PerfClose
16PerfCollect
17PerfOpen
18QueryColorProfile
19QueryRemoteFonts
20QuerySpoolMode
21SpoolerDevQueryPrintW
22StartDocDlgW
23AbortPrinter
24AddFormA
25AddFormW
26AddJobA
27AddJobW
28AddMonitorA
29AddMonitorW
30AddPortA
31AddPortExA
32AddPortExW
33AddPortW
34AddPrintProcessorA
35AddPrintProcessorW
36AddPrintProvidorA
37AddPrintProvidorW
38AddPrinterA
39AddPrinterConnection2A
40AddPrinterConnection2W
41AddPrinterConnectionA
42AddPrinterConnectionW
43AddPrinterDriverA
44AddPrinterDriverExA
45AddPrinterDriverExW
46AddPrinterDriverW
47AddPrinterW
48AdvancedDocumentPropertiesA
49AdvancedDocumentPropertiesW
50ClosePrinter
51CloseSpoolFileHandle
52CommitSpoolData
53ConfigurePortA
54ConfigurePortW
55ConnectToPrinterDlg
56CorePrinterDriverInstalledA
57CorePrinterDriverInstalledW
58CreatePrintAsyncNotifyChannel
59CreatePrinterIC
60DEVICECAPABILITIES
61DeleteFormA
62DeleteFormW
63DeleteJobNamedProperty
64DeleteMonitorA
65DeleteMonitorW
66DeletePortA
67DeletePortW
68DeletePrintProcessorA
69DeletePrintProcessorW
70DeletePrintProvidorA
71DeletePrintProvidorW
72DeletePrinter
73DeletePrinterConnectionA
74DeletePrinterConnectionW
75DeletePrinterDataA
76DeletePrinterDataExA
77DeletePrinterDataExW
78DeletePrinterDataW
79DeletePrinterDriverA
80DeletePrinterDriverExA
81DeletePrinterDriverExW
82DeletePrinterDriverPackageA
83DeletePrinterDriverPackageW
84DeletePrinterDriverW
85DeletePrinterIC
86DeletePrinterKeyA
87DeletePrinterKeyW
88DevQueryPrint
89DevQueryPrintEx
90DeviceCapabilities
91DeviceCapabilitiesA
92DeviceCapabilitiesW
93DevicePropertySheets
94DocumentEvent
95DocumentPropertiesA
96DocumentPropertiesW
97DocumentPropertySheets
98EXTDEVICEMODE
99EndDocPrinter
100EndPagePrinter
101EnumFormsA
102EnumFormsW
103EnumJobNamedProperties
104EnumJobsA
105EnumJobsW
106EnumMonitorsA
107EnumMonitorsW
108EnumPortsA
109GetDefaultPrinterA
110SetDefaultPrinterA
111GetDefaultPrinterW
112SetDefaultPrinterW
113EnumPortsW
114EnumPrintProcessorDatatypesA
115EnumPrintProcessorDatatypesW
116EnumPrintProcessorsA
117EnumPrintProcessorsW
118EnumPrinterDataA
119EnumPrinterDataExA
120EnumPrinterDataExW
121EnumPrinterDataW
122EnumPrinterDriversA
123EnumPrinterDriversW
124EnumPrinterKeyA
125EnumPrinterKeyW
126EnumPrintersA
127EnumPrintersW
128ExtDeviceMode
129FindClosePrinterChangeNotification
130FindFirstPrinterChangeNotification
131FindNextPrinterChangeNotification
132FlushPrinter
133FreePrintNamedPropertyArray
134FreePrintPropertyValue
135FreePrinterNotifyInfo
136GetCorePrinterDriversA
137GetCorePrinterDriversW
138GetFormA
139GetFormW
140GetJobA
141GetJobNamedPropertyValue
142GetJobW
143GetPrintExecutionData
144GetPrintOutputInfo
145GetPrintProcessorDirectoryA
146GetPrintProcessorDirectoryW
147GetPrinterA
148GetPrinterDataA
149GetPrinterDataExA
150GetPrinterDataExW
151GetPrinterDataW
152GetPrinterDriver2A
153GetPrinterDriver2W
154GetPrinterDriverA
155GetPrinterDriverDirectoryA
156GetPrinterDriverDirectoryW
157GetPrinterDriverPackagePathA
158GetPrinterDriverPackagePathW
159GetPrinterDriverW
160GetPrinterW
161GetSpoolFileHandle
162InstallPrinterDriverFromPackageA
163InstallPrinterDriverFromPackageW
164IsValidDevmodeA
165IsValidDevmodeW
166OpenPrinter2A
167OpenPrinter2W
168OpenPrinterA
169OpenPrinterW
170PlayGdiScriptOnPrinterIC
171PrinterMessageBoxA
172PrinterMessageBoxW
173PrinterProperties
174QueryColorProfile
175QueryRemoteFonts
176QuerySpoolMode
177ReadPrinter
178RegisterForPrintAsyncNotifications
179ReportJobProcessingProgress
180ResetPrinterA
181ResetPrinterW
182ScheduleJob
183SeekPrinter
184SetAllocFailCount
185SetFormA
186SetFormW
187SetJobA
188SetJobNamedProperty
189SetJobW
190SetPortA
191SetPortW
192SetPrinterA
193SetPrinterDataA
194SetPrinterDataExA
195SetPrinterDataExW
196SetPrinterDataW
197SetPrinterW
198SplDriverUnloadComplete
199SpoolerDevQueryPrintW
200SpoolerInit
201SpoolerPrinterEvent
202StartDocDlgA
203StartDocDlgW
204StartDocPrinterA
205StartDocPrinterW
206StartPagePrinter
207UnRegisterForPrintAsyncNotifications
208UploadPrinterDriverPackageA
209UploadPrinterDriverPackageW
210WaitForPrinterChange
211WritePrinter
212XcvDataW
lib/libc/mingw/lib-common/ws2_32.def.in created+200
...@@ -0,0 +1,200 @@
1#include "func.def.in"
2
3LIBRARY "WS2_32.dll"
4EXPORTS
5accept
6bind
7closesocket
8connect
9getpeername
10getsockname
11getsockopt
12htonl
13htons
14ioctlsocket
15inet_addr
16inet_ntoa
17listen
18ntohl
19ntohs
20recv
21recvfrom
22select
23send
24sendto
25setsockopt
26shutdown
27socket
28WSApSetPostRoutine
29FreeAddrInfoEx
30FreeAddrInfoExW
31FreeAddrInfoW
32GetAddrInfoExA
33GetAddrInfoExCancel
34GetAddrInfoExOverlappedResult
35GetAddrInfoExW
36GetAddrInfoW
37GetHostNameW
38GetNameInfoW
39InetNtopW
40InetPtonW
41SetAddrInfoExA
42SetAddrInfoExW
43WPUCompleteOverlappedRequest
44WPUGetProviderPathEx
45WSAAccept
46WSAAddressToStringA
47WSAAddressToStringW
48WSAAdvertiseProvider
49WSACloseEvent
50WSAConnect
51WSAConnectByList
52WSAConnectByNameA
53WSAConnectByNameW
54WSACreateEvent
55gethostbyaddr
56gethostbyname
57getprotobyname
58getprotobynumber
59getservbyname
60getservbyport
61gethostname
62WSADuplicateSocketA
63WSADuplicateSocketW
64WSAEnumNameSpaceProvidersA
65WSAEnumNameSpaceProvidersExA
66WSAEnumNameSpaceProvidersExW
67WSAEnumNameSpaceProvidersW
68WSAEnumNetworkEvents
69WSAEnumProtocolsA
70WSAEnumProtocolsW
71WSAEventSelect
72WSAGetOverlappedResult
73WSAGetQOSByName
74WSAGetServiceClassInfoA
75WSAGetServiceClassInfoW
76WSAGetServiceClassNameByClassIdA
77WSAGetServiceClassNameByClassIdW
78WSAHtonl
79WSAHtons
80WSAInstallServiceClassA
81WSAInstallServiceClassW
82WSAIoctl
83WSAJoinLeaf
84WSALookupServiceBeginA
85WSALookupServiceBeginW
86WSALookupServiceEnd
87WSALookupServiceNextA
88WSALookupServiceNextW
89WSANSPIoctl
90WSANtohl
91WSANtohs
92WSAPoll
93WSAProviderCompleteAsyncCall
94WSAProviderConfigChange
95WSARecv
96WSARecvDisconnect
97WSARecvFrom
98WSARemoveServiceClass
99WSAResetEvent
100WSASend
101WSASendDisconnect
102WSASendMsg
103WSASendTo
104WSASetEvent
105WSAAsyncSelect
106WSAAsyncGetHostByAddr
107WSAAsyncGetHostByName
108WSAAsyncGetProtoByNumber
109WSAAsyncGetProtoByName
110WSAAsyncGetServByPort
111WSAAsyncGetServByName
112WSACancelAsyncRequest
113WSASetBlockingHook
114WSAUnhookBlockingHook
115WSAGetLastError
116WSASetLastError
117WSACancelBlockingCall
118WSAIsBlocking
119WSAStartup
120WSACleanup
121WSASetServiceA
122WSASetServiceW
123WSASocketA
124WSASocketW
125WSAStringToAddressA
126WSAStringToAddressW
127WSAUnadvertiseProvider
128WSAWaitForMultipleEvents
129WSCDeinstallProvider
130F64(WSCDeinstallProvider32)
131WSCDeinstallProviderEx
132WSCEnableNSProvider
133F64(WSCEnableNSProvider32)
134F64(WSCEnumNameSpaceProviders32)
135F64(WSCEnumNameSpaceProvidersEx32)
136WSCEnumProtocols
137WSCEnumProtocolsEx
138F64(WSCEnumProtocols32)
139WSCGetApplicationCategory
140WSCGetApplicationCategoryEx
141WSCGetProviderInfo
142F64(WSCGetProviderInfo32)
143WSCGetProviderPath
144F64(WSCGetProviderPath32)
145WSCInstallNameSpace
146F64(WSCInstallNameSpace32)
147WSCInstallNameSpaceEx
148WSCInstallNameSpaceEx2
149F64(WSCInstallNameSpaceEx32)
150WSCInstallProvider
151F64(WSCInstallProvider64_32)
152WSCInstallProviderAndChains
153F64(WSCInstallProviderAndChains64_32)
154WSCInstallProviderEx
155WSCSetApplicationCategory
156WSCSetApplicationCategoryEx
157WSCSetProviderInfo
158F64(WSCSetProviderInfo32)
159WSCUnInstallNameSpace
160F64(WSCUnInstallNameSpace32)
161WSCUnInstallNameSpaceEx2
162WSCUpdateProvider
163F64(WSCUpdateProvider32)
164WSCUpdateProviderEx
165WSCWriteNameSpaceOrder
166F64(WSCWriteNameSpaceOrder32)
167WSCWriteProviderOrder
168F64(WSCWriteProviderOrder32)
169WSCWriteProviderOrderEx
170WahCloseApcHelper
171__WSAFDIsSet
172WahCloseHandleHelper
173WahCloseNotificationHandleHelper
174WahCloseSocketHandle
175WahCloseThread
176WahCompleteRequest
177WahCreateHandleContextTable
178WahCreateNotificationHandle
179WahCreateSocketHandle
180WahDestroyHandleContextTable
181WahDisableNonIFSHandleSupport
182WahEnableNonIFSHandleSupport
183WahEnumerateHandleContexts
184WahInsertHandleContext
185WahNotifyAllProcesses
186WahOpenApcHelper
187WahOpenCurrentThread
188WahOpenHandleHelper
189WahOpenNotificationHandleHelper
190WahQueueUserApc
191WahReferenceContextByHandle
192WahRemoveHandleContext
193WahWaitForNotification
194WahWriteLSPEvent
195freeaddrinfo
196getaddrinfo
197getnameinfo
198inet_ntop
199inet_pton
200WEP
lib/libc/mingw/lib32/bcrypt.def created+67
...@@ -0,0 +1,67 @@
1;
2; Definition file of bcrypt.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "bcrypt.dll"
7EXPORTS
8BCryptAddContextFunction@20
9BCryptAddContextFunctionProvider@24
10BCryptCloseAlgorithmProvider@8
11BCryptConfigureContext@12
12BCryptConfigureContextFunction@20
13BCryptCreateContext@12
14BCryptCreateHash@28
15BCryptDecrypt@40
16BCryptDeleteContext@8
17BCryptDeriveKey@28
18BCryptDeriveKeyCapi@20
19BCryptDeriveKeyPBKDF2@40
20BCryptDestroyHash@4
21BCryptDestroyKey@4
22BCryptDestroySecret@4
23BCryptDuplicateHash@20
24BCryptDuplicateKey@20
25BCryptEncrypt@40
26BCryptEnumAlgorithms@16
27BCryptEnumContextFunctionProviders@24
28BCryptEnumContextFunctions@20
29BCryptEnumContexts@12
30BCryptEnumProviders@16
31BCryptEnumRegisteredProviders@8
32BCryptExportKey@28
33BCryptFinalizeKeyPair@8
34BCryptFinishHash@16
35BCryptFreeBuffer@4
36BCryptGenRandom@16
37BCryptGenerateKeyPair@16
38BCryptGenerateSymmetricKey@28
39BCryptGetFipsAlgorithmMode@4
40BCryptGetProperty@24
41BCryptHashData@16
42BCryptImportKey@36
43BCryptImportKeyPair@28
44BCryptOpenAlgorithmProvider@16
45BCryptQueryContextConfiguration@16
46BCryptQueryContextFunctionConfiguration@24
47BCryptQueryContextFunctionProperty@28
48BCryptQueryProviderRegistration@20
49BCryptRegisterConfigChangeNotify@4
50BCryptRegisterProvider@12
51BCryptRemoveContextFunction@16
52BCryptRemoveContextFunctionProvider@20
53BCryptResolveProviders@32
54BCryptSecretAgreement@16
55BCryptSetAuditingInterface@4
56BCryptSetContextFunctionProperty@28
57BCryptSetProperty@20
58BCryptSignHash@32
59BCryptUnregisterConfigChangeNotify@4
60BCryptUnregisterProvider@4
61BCryptVerifySignature@28
62GetAsymmetricEncryptionInterface@16
63GetCipherInterface@16
64GetHashInterface@16
65GetRngInterface@12
66GetSecretAgreementInterface@16
67GetSignatureInterface@16
lib/libc/mingw/lib32/comctl32.def created+119
...@@ -0,0 +1,119 @@
1LIBRARY COMCTL32.DLL
2EXPORTS
3_TrackMouseEvent@4
4AddMRUData@12
5AddMRUStringA@8
6AddMRUStringW@8
7Alloc@4
8CreateMRUListA@4
9CreateMRUListW@4
10CreateMappedBitmap@20
11CreatePage@8
12CreatePropertySheetPage@4
13CreatePropertySheetPageA@4
14CreatePropertySheetPageW@4
15CreateProxyPage@8
16CreateStatusWindow@16
17CreateStatusWindowA@16
18CreateStatusWindowW@16
19CreateToolbar@32
20CreateToolbarEx@52
21CreateUpDownControl@48
22DPA_Clone@8
23DPA_Create@4
24DPA_CreateEx@8
25DPA_DeleteAllPtrs@4
26DPA_DeletePtr@8
27DPA_Destroy@4
28DPA_GetPtr@8
29DPA_GetPtrIndex@8
30DPA_Grow@8
31DPA_InsertPtr@12
32DPA_Search@24
33DPA_SetPtr@12
34DPA_Sort@12
35DSA_Create@8
36DSA_DeleteAllItems@4
37DSA_DeleteItem@8
38DSA_Destroy@4
39DSA_GetItem@12
40DSA_GetItemPtr@8
41DSA_InsertItem@12
42DSA_SetItem@12
43DefSubclassProc@16
44DelMRUString@8
45DestroyPropertySheetPage@4
46DrawInsert@12
47DrawStatusText@16
48DrawStatusTextA@16
49DrawStatusTextW@16
50EnumMRUListA@16
51EnumMRUListW@16
52FindMRUData@16
53FindMRUStringA@12
54FindMRUStringW@12
55Free@4
56FreeMRUList@4
57GetEffectiveClientRect@12
58GetMUILanguage@0
59GetSize@4
60GetWindowSubclass@16
61ImageList_Add@12
62ImageList_AddIcon@8
63ImageList_AddMasked@12
64ImageList_BeginDrag@16
65ImageList_Copy@20
66ImageList_Create@20
67ImageList_Destroy@4
68ImageList_DragEnter@12
69ImageList_DragLeave@4
70ImageList_DragMove@8
71ImageList_DragShowNolock@4
72ImageList_Draw@24
73ImageList_DrawEx@40
74ImageList_DrawIndirect@4
75ImageList_Duplicate@4
76ImageList_EndDrag@0
77ImageList_GetBkColor@4
78ImageList_GetDragImage@8
79ImageList_GetIcon@12
80ImageList_GetIconSize@12
81ImageList_GetImageCount@4
82ImageList_GetImageInfo@12
83ImageList_GetImageRect@12
84ImageList_LoadImage@28
85ImageList_LoadImageA@28
86ImageList_LoadImageW@28
87ImageList_Merge@24
88ImageList_Read@4
89ImageList_Remove@8
90ImageList_Replace@16
91ImageList_ReplaceIcon@12
92ImageList_SetBkColor@8
93ImageList_SetDragCursorImage@16
94ImageList_SetIconSize@12
95ImageList_SetImageCount@8
96ImageList_SetOverlayImage@12
97ImageList_Write@8
98InitCommonControls@0
99InitCommonControlsEx@4
100InitMUILanguage@4
101LBItemFromPt@16
102LoadIconMetric@16
103MakeDragList@4
104MenuHelp@28
105PropertySheet@4
106PropertySheetA@4
107PropertySheetW@4
108ReAlloc@8
109RemoveWindowSubclass@12
110SendNotify@16
111SendNotifyEx@20
112SetWindowSubclass@16
113ShowHideMenuCtl@12
114Str_GetPtrA@12
115Str_GetPtrW@12
116Str_SetPtrA@8
117Str_SetPtrW@8
118TaskDialog@32
119TaskDialogIndirect@16
lib/libc/mingw/lib32/comdlg32.def created+27
...@@ -0,0 +1,27 @@
1LIBRARY COMDLG32.DLL
2EXPORTS
3ChooseColorA@4
4ChooseColorW@4
5ChooseFontA@4
6ChooseFontW@4
7CommDlgExtendedError@0
8FindTextA@4
9FindTextW@4
10GetFileTitleA@12
11GetFileTitleW@12
12GetOpenFileNameA@4
13GetOpenFileNameW@4
14GetSaveFileNameA@4
15GetSaveFileNameW@4
16LoadAlterBitmap@12
17PageSetupDlgA@4
18PageSetupDlgW@4
19PrintDlgA@4
20PrintDlgExA@4
21PrintDlgExW@4
22PrintDlgW@4
23ReplaceTextA@4
24ReplaceTextW@4
25WantArrows@16
26dwLBSubclass@16
27dwOKSubclass@16
lib/libc/mingw/lib32/crypt32.def created+314
...@@ -0,0 +1,314 @@
1;
2; Definition file of CRYPT32.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "CRYPT32.dll"
7EXPORTS
8CryptAcquireContextU@20
9CryptEnumProvidersU@24
10CryptObjectLocatorFree@4
11CryptObjectLocatorGet@12
12CryptObjectLocatorGetContent@4
13CryptObjectLocatorGetUpdated@4
14CryptObjectLocatorInitialize@20
15CryptObjectLocatorIsChanged@4
16CryptObjectLocatorRelease@8
17CryptSetProviderU@8
18CryptSignHashU@24
19CryptVerifySignatureU@24
20I_PFXImportCertStoreEx@20
21RegCreateKeyExU@36
22RegDeleteValueU@8
23RegEnumValueU@32
24RegOpenKeyExU@20
25RegQueryInfoKeyU@48
26RegQueryValueExU@24
27RegSetValueExU@24
28CertAddCRLContextToStore@16
29CertAddCRLLinkToStore@16
30CertAddCTLContextToStore@16
31CertAddCTLLinkToStore@16
32CertAddCertificateContextToStore@16
33CertAddCertificateLinkToStore@16
34CertAddEncodedCRLToStore@24
35CertAddEncodedCTLToStore@24
36CertAddEncodedCertificateToStore@24
37CertAddEncodedCertificateToSystemStoreA@12
38CertAddEncodedCertificateToSystemStoreW@12
39CertAddEnhancedKeyUsageIdentifier@8
40CertAddRefServerOcspResponse@4
41CertAddRefServerOcspResponseContext@4
42CertAddSerializedElementToStore@32
43CertAddStoreToCollection@16
44CertAlgIdToOID@4
45CertCloseServerOcspResponse@8
46CertCloseStore@8
47CertCompareCertificate@12
48CertCompareCertificateName@12
49CertCompareIntegerBlob@8
50CertComparePublicKeyInfo@12
51CertControlStore@16
52CertCreateCRLContext@12
53CertCreateCTLContext@12
54CertCreateCTLEntryFromCertificateContextProperties@28
55CertCreateCertificateChainEngine@8
56CertCreateCertificateContext@12
57CertCreateContext@24
58CertCreateSelfSignCertificate@32
59CertDeleteCRLFromStore@4
60CertDeleteCTLFromStore@4
61CertDeleteCertificateFromStore@4
62CertDuplicateCRLContext@4
63CertDuplicateCTLContext@4
64CertDuplicateCertificateChain@4
65CertDuplicateCertificateContext@4
66CertDuplicateStore@4
67CertEnumCRLContextProperties@8
68CertEnumCRLsInStore@8
69CertEnumCTLContextProperties@8
70CertEnumCTLsInStore@8
71CertEnumCertificateContextProperties@8
72CertEnumCertificatesInStore@8
73CertEnumPhysicalStore@16
74CertEnumSubjectInSortedCTL@16
75CertEnumSystemStore@16
76CertEnumSystemStoreLocation@12
77CertFindAttribute@12
78CertFindCRLInStore@24
79CertFindCTLInStore@24
80CertFindCertificateInCRL@20
81CertFindCertificateInStore@24
82CertFindChainInStore@24
83CertFindExtension@12
84CertFindRDNAttr@8
85CertFindSubjectInCTL@20
86CertFindSubjectInSortedCTL@20
87CertFreeCRLContext@4
88CertFreeCTLContext@4
89CertFreeCertificateChain@4
90CertFreeCertificateChainEngine@4
91CertFreeCertificateChainList@4
92CertFreeCertificateContext@4
93CertFreeServerOcspResponseContext@4
94CertGetCRLContextProperty@16
95CertGetCRLFromStore@16
96CertGetCTLContextProperty@16
97CertGetCertificateChain@32
98CertGetCertificateContextProperty@16
99CertGetEnhancedKeyUsage@16
100CertGetIntendedKeyUsage@16
101CertGetIssuerCertificateFromStore@16
102CertGetNameStringA@24
103CertGetNameStringW@24
104CertGetPublicKeyLength@8
105CertGetServerOcspResponseContext@12
106CertGetStoreProperty@16
107CertGetSubjectCertificateFromStore@12
108CertGetValidUsages@20
109CertIsRDNAttrsInCertificateName@16
110CertIsStrongHashToSign@12
111CertIsValidCRLForCertificate@16
112CertIsWeakHash@24
113CertNameToStrA@20
114CertNameToStrW@20
115CertOIDToAlgId@4
116CertOpenServerOcspResponse@12
117CertOpenStore@20
118CertOpenSystemStoreA@8
119CertOpenSystemStoreW@8
120CertRDNValueToStrA@16
121CertRDNValueToStrW@16
122CertRegisterPhysicalStore@20
123CertRegisterSystemStore@16
124CertRemoveEnhancedKeyUsageIdentifier@8
125CertRemoveStoreFromCollection@8
126CertResyncCertificateChainEngine@4
127CertRetrieveLogoOrBiometricInfo@36
128CertSaveStore@24
129CertSelectCertificateChains@32
130CertSerializeCRLStoreElement@16
131CertSerializeCTLStoreElement@16
132CertSerializeCertificateStoreElement@16
133CertSetCRLContextProperty@16
134CertSetCTLContextProperty@16
135CertSetCertificateContextPropertiesFromCTLEntry@12
136CertSetCertificateContextProperty@16
137CertSetEnhancedKeyUsage@8
138CertSetStoreProperty@16
139CertStrToNameA@28
140CertStrToNameW@28
141CertUnregisterPhysicalStore@12
142CertUnregisterSystemStore@8
143CertVerifyCRLRevocation@16
144CertVerifyCRLTimeValidity@8
145CertVerifyCTLUsage@28
146CertVerifyCertificateChainPolicy@16
147CertVerifyRevocation@28
148CertVerifySubjectCertificateContext@12
149CertVerifyTimeValidity@8
150CertVerifyValidityNesting@8
151CreateFileU@28
152CryptAcquireCertificatePrivateKey@24
153CryptBinaryToStringA@20
154CryptBinaryToStringW@20
155CryptCloseAsyncHandle@4
156CryptCreateAsyncHandle@8
157CryptCreateKeyIdentifierFromCSP@32
158CryptDecodeMessage@52
159CryptDecodeObject@28
160CryptDecodeObjectEx@32
161CryptDecryptAndVerifyMessageSignature@36
162CryptDecryptMessage@24
163CryptEncodeObject@20
164CryptEncodeObjectEx@28
165CryptEncryptMessage@28
166CryptEnumKeyIdentifierProperties@28
167CryptEnumOIDFunction@24
168CryptEnumOIDInfo@16
169CryptExportPKCS8@28
170CryptExportPublicKeyInfo@20
171CryptExportPublicKeyInfoEx@32
172CryptExportPublicKeyInfoFromBCryptKeyHandle@28
173CryptFindCertificateKeyProvInfo@12
174CryptFindLocalizedName@4
175CryptFindOIDInfo@12
176CryptFormatObject@36
177CryptFreeOIDFunctionAddress@8
178CryptGetAsyncParam@16
179CryptGetDefaultOIDDllList@16
180CryptGetDefaultOIDFunctionAddress@24
181CryptGetKeyIdentifierProperty@28
182CryptGetMessageCertificates@20
183CryptGetMessageSignerCount@12
184CryptGetOIDFunctionAddress@24
185CryptGetOIDFunctionValue@28
186CryptHashCertificate2@28
187CryptHashCertificate@28
188CryptHashMessage@36
189CryptHashPublicKeyInfo@28
190CryptHashToBeSigned@24
191CryptImportPKCS8@36
192CryptImportPublicKeyInfo@16
193CryptImportPublicKeyInfoEx2@20
194CryptImportPublicKeyInfoEx@28
195CryptInitOIDFunctionSet@8
196CryptInstallDefaultContext@24
197CryptInstallOIDFunctionAddress@24
198CryptLoadSip@12
199CryptMemAlloc@4
200CryptMemFree@4
201CryptMemRealloc@8
202CryptMsgCalculateEncodedLength@24
203CryptMsgClose@4
204CryptMsgControl@16
205CryptMsgCountersign@16
206CryptMsgCountersignEncoded@28
207CryptMsgDuplicate@4
208CryptMsgEncodeAndSignCTL@24
209CryptMsgGetAndVerifySigner@24
210CryptMsgGetParam@20
211CryptMsgOpenToDecode@24
212CryptMsgOpenToEncode@24
213CryptMsgSignCTL@28
214CryptMsgUpdate@16
215CryptMsgVerifyCountersignatureEncoded@28
216CryptMsgVerifyCountersignatureEncodedEx@40
217CryptProtectData@28
218CryptProtectMemory@12
219CryptQueryObject@44
220CryptRegisterDefaultOIDFunction@16
221CryptRegisterOIDFunction@20
222CryptRegisterOIDInfo@8
223CryptRetrieveTimeStamp@40
224CryptSIPAddProvider@4
225CryptSIPCreateIndirectData@12
226CryptSIPGetCaps@8
227CryptSIPGetSealedDigest@20
228CryptSIPGetSignedDataMsg@20
229CryptSIPLoad@12
230CryptSIPPutSignedDataMsg@20
231CryptSIPRemoveProvider@4
232CryptSIPRemoveSignedDataMsg@8
233CryptSIPRetrieveSubjectGuid@12
234CryptSIPRetrieveSubjectGuidForCatalogFile@12
235CryptSIPVerifyIndirectData@8
236CryptSetAsyncParam@16
237CryptSetKeyIdentifierProperty@24
238CryptSetOIDFunctionValue@28
239CryptSignAndEncodeCertificate@36
240CryptSignAndEncryptMessage@32
241CryptSignCertificate@36
242CryptSignMessage@28
243CryptSignMessageWithKey@20
244CryptStringToBinaryA@28
245CryptStringToBinaryW@28
246CryptUninstallDefaultContext@12
247CryptUnprotectData@28
248CryptUnprotectMemory@12
249CryptUnregisterDefaultOIDFunction@12
250CryptUnregisterOIDFunction@12
251CryptUnregisterOIDInfo@4
252CryptUpdateProtectedState@20
253CryptVerifyCertificateSignature@20
254CryptVerifyCertificateSignatureEx@32
255CryptVerifyDetachedMessageHash@32
256CryptVerifyDetachedMessageSignature@32
257CryptVerifyMessageHash@28
258CryptVerifyMessageSignature@28
259CryptVerifyMessageSignatureWithKey@24
260CryptVerifyTimeStampSignature@32
261I_CertChainEngineIsDisallowedCertificate@8
262I_CertDiagControl@12
263I_CertFinishSslHandshake@16
264I_CertProcessSslHandshake@24
265I_CertProtectFunction@28
266I_CertSrvProtectFunction@40
267I_CertSyncStore@8
268I_CertUpdateStore@16
269I_CryptAddRefLruEntry@4
270I_CryptAddSmartCardCertToStore@20
271I_CryptAllocTls@0
272I_CryptAllocTlsEx@4
273I_CryptCreateLruCache@8
274I_CryptCreateLruEntry@16
275I_CryptDetachTls@4
276I_CryptDisableLruOfEntries@4
277I_CryptEnableLruOfEntries@8
278I_CryptEnumMatchingLruEntries@4
279I_CryptFindLruEntry@8
280I_CryptFindLruEntryData@12
281I_CryptFindSmartCardCertInStore@16
282I_CryptFlushLruCache@12
283I_CryptFreeLruCache@12
284I_CryptFreeTls@8
285I_CryptGetAsn1Decoder@4
286I_CryptGetAsn1Encoder@4
287I_CryptGetDefaultCryptProv@4
288I_CryptGetDefaultCryptProvForEncrypt@12
289I_CryptGetFileVersion@12
290I_CryptGetLruEntryData@4
291I_CryptGetLruEntryIdentifier@4
292I_CryptGetOssGlobal@4
293I_CryptGetTls@4
294I_CryptInsertLruEntry@8
295I_CryptInstallAsn1Module@12
296I_CryptInstallOssGlobal@12
297I_CryptReadTrustedPublisherDWORDValueFromRegistry@8
298I_CryptRegisterSmartCardStore@20
299I_CryptReleaseLruEntry@4
300I_CryptRemoveLruEntry@12
301I_CryptSetTls@8
302I_CryptTouchLruEntry@8
303I_CryptUninstallAsn1Module@4
304I_CryptUninstallOssGlobal@4
305I_CryptUnregisterSmartCardStore@4
306I_CryptWalkAllLruCacheEntries@12
307PFXExportCertStore2@16
308PFXExportCertStore@16
309PFXExportCertStoreEx@20
310PFXImportCertStore@12
311PFXIsPFXBlob@4
312PFXVerifyPassword@12
313RegCreateHKCUKeyExU@36
314RegOpenHKCUKeyExU@20
lib/libc/mingw/lib32/cryptnet.def created+26
...@@ -0,0 +1,26 @@
1;
2; Definition file of CRYPTNET.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "CRYPTNET.dll"
7EXPORTS
8CertDllVerifyCTLUsage@28
9CertDllVerifyRevocation@28
10LdapProvOpenStore@28
11CryptCancelAsyncRetrieval@4
12CryptFlushTimeValidObject@20
13CryptGetObjectUrl@32
14CryptGetTimeValidObject@36
15CryptInstallCancelRetrieval@16
16CryptRetrieveObjectByUrlA@36
17CryptRetrieveObjectByUrlW@36
18CryptUninstallCancelRetrieval@8
19DllRegisterServer
20DllUnregisterServer
21I_CryptNetEnumUrlCacheEntry@16
22I_CryptNetGetHostNameFromUrl@12
23I_CryptNetGetUserDsStoreUrl@8
24I_CryptNetIsConnected
25I_CryptNetSetUrlCacheFlushInfo@20
26I_CryptNetSetUrlCachePreFetchInfo@20
lib/libc/mingw/lib32/lz32.def created+14
...@@ -0,0 +1,14 @@
1LIBRARY LZ32.DLL
2EXPORTS
3CopyLZFile@8
4GetExpandedNameA@8
5GetExpandedNameW@8
6LZClose@4
7LZCopy@8
8LZDone@0
9LZInit@4
10LZOpenFileA@12
11LZOpenFileW@12
12LZRead@12
13LZSeek@12
14LZStart@0
lib/libc/mingw/lib32/mpr.def created+72
...@@ -0,0 +1,72 @@
1LIBRARY MPR.DLL
2EXPORTS
3MultinetGetConnectionPerformanceA@8
4MultinetGetConnectionPerformanceW@8
5RestoreConnectionA0@8
6WNetAddConnection2A@16
7WNetAddConnection2W@16
8WNetAddConnection3A@20
9WNetAddConnection3W@20
10WNetAddConnectionA@12
11WNetAddConnectionW@12
12WNetCancelConnection2A@12
13WNetCancelConnection2W@12
14WNetCancelConnectionA@8
15WNetCancelConnectionW@8
16WNetClearConnections@4
17WNetCloseEnum@4
18WNetConnectionDialog1A@4
19WNetConnectionDialog1W@4
20WNetConnectionDialog2@16
21WNetConnectionDialog@8
22WNetDirectoryNotifyA@12
23WNetDirectoryNotifyW@12
24WNetDisconnectDialog1A@4
25WNetDisconnectDialog1W@4
26WNetDisconnectDialog2@16
27WNetDisconnectDialog@8
28WNetEnumResourceA@16
29WNetEnumResourceW@16
30WNetFMXEditPerm@12
31WNetFMXGetPermCaps@4
32WNetFMXGetPermHelp@24
33WNetFormatNetworkNameA@24
34WNetFormatNetworkNameW@24
35WNetGetConnection2A@12
36WNetGetConnection2W@12
37WNetGetConnectionA@12
38WNetGetConnectionW@12
39WNetGetDirectoryTypeA@12
40WNetGetDirectoryTypeW@12
41WNetGetFormatNameProc@4
42WNetGetLastErrorA@20
43WNetGetLastErrorW@20
44WNetGetNetworkInformationA@8
45WNetGetNetworkInformationW@8
46WNetGetPropertyTextA@24
47WNetGetPropertyTextW@24
48WNetGetProviderNameA@12
49WNetGetProviderNameW@12
50WNetGetResourceInformationA@16
51WNetGetResourceInformationW@16
52WNetGetResourceParentA@12
53WNetGetResourceParentW@12
54WNetGetSearchDialog@4
55WNetGetUniversalNameA@16
56WNetGetUniversalNameW@16
57WNetGetUserA@12
58WNetGetUserW@12
59WNetLogonNotify@36
60WNetOpenEnumA@20
61WNetOpenEnumW@20
62WNetPasswordChangeNotify@32
63WNetPropertyDialogA@20
64WNetPropertyDialogW@20
65WNetRestoreConnection@8
66WNetSetConnectionA@12
67WNetSetConnectionW@12
68WNetSetLastErrorA@12
69WNetSetLastErrorW@12
70WNetSupportGlobalEnum@4
71WNetUseConnectionA@32
72WNetUseConnectionW@32
lib/libc/mingw/lib32/mswsock.def created+28
...@@ -0,0 +1,28 @@
1LIBRARY MSWSOCK.DLL
2EXPORTS
3AcceptEx@32
4EnumProtocolsA@12
5EnumProtocolsW@12
6GetAcceptExSockaddrs@32
7GetAddressByNameA@40
8GetAddressByNameW@40
9GetNameByTypeA@12
10GetNameByTypeW@12
11GetServiceA@28
12GetServiceW@28
13GetTypeByNameA@8
14GetTypeByNameW@8
15MigrateWinsockConfiguration@12
16NPLoadNameSpaces@12
17SetServiceA@24
18SetServiceW@24
19TransmitFile@28
20WSARecvEx@16
21dn_expand@20
22getnetbyname@4
23inet_network@4
24rcmd@24
25rexec@24
26rresvport@4
27s_perror@8
28sethostname@8
lib/libc/mingw/lib32/ncrypt.def created+61
...@@ -0,0 +1,61 @@
1;
2; Definition file of ncrypt.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "ncrypt.dll"
7EXPORTS
8GetIsolationServerInterface@12
9GetKeyStorageInterface@12
10GetSChannelInterface@12
11NCryptCreatePersistedKey@24
12NCryptDecrypt@32
13NCryptDeleteKey@8
14NCryptDeriveKey@28
15NCryptEncrypt@32
16NCryptEnumAlgorithms@20
17NCryptEnumKeys@20
18NCryptEnumStorageProviders@12
19NCryptExportKey@32
20NCryptFinalizeKey@8
21NCryptFreeBuffer@4
22NCryptFreeObject@4
23NCryptGetProperty@24
24NCryptImportKey@32
25NCryptIsAlgSupported@12
26NCryptIsKeyHandle@4
27NCryptNotifyChangeKey@12
28NCryptOpenKey@20
29NCryptOpenStorageProvider@12
30NCryptSecretAgreement@16
31NCryptSetAuditingInterface@4
32NCryptSetProperty@20
33NCryptSignHash@32
34NCryptTranslateHandle@24
35NCryptVerifySignature@28
36SslChangeNotify@8
37SslComputeClientAuthHash@32
38SslComputeEapKeyBlock@32
39SslComputeFinishedHash@24
40SslCreateEphemeralKey@36
41SslCreateHandshakeHash@20
42SslDecrementProviderReferenceCount@4
43SslDecryptPacket@40
44SslEncryptPacket@44
45SslEnumCipherSuites@20
46SslEnumProtocolProviders@12
47SslExportKey@28
48SslFreeBuffer@4
49SslFreeObject@8
50SslGenerateMasterKey@44
51SslGenerateSessionKeys@24
52SslGetKeyProperty@20
53SslGetProviderProperty@24
54SslHashHandshake@20
55SslImportKey@24
56SslImportMasterKey@36
57SslIncrementProviderReferenceCount@4
58SslLookupCipherSuiteInfo@24
59SslOpenPrivateKey@16
60SslOpenProvider@12
61SslSignHash@32
lib/libc/mingw/lib32/netapi32.def created+413
...@@ -0,0 +1,413 @@
1;
2; Definition file of NETAPI32.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "NETAPI32.dll"
7EXPORTS
8CredpValidateTargetName@52
9DavAddConnection@24
10DavDeleteConnection@4
11DavFlushFile@4
12DavGetExtendedError@16
13DavGetHTTPFromUNCPath@12
14DavGetUNCFromHTTPPath@12
15DsAddressToSiteNamesA@16
16DsAddressToSiteNamesExA@20
17DsAddressToSiteNamesExW@20
18DsAddressToSiteNamesW@16
19DsDeregisterDnsHostRecordsA@20
20DsDeregisterDnsHostRecordsW@20
21DsEnumerateDomainTrustsA@16
22DsEnumerateDomainTrustsW@16
23DsGetDcCloseW@4
24DsGetDcNameA@24
25DsGetDcNameW@24
26DsGetDcNameWithAccountA@32
27DsGetDcNameWithAccountW@32
28DsGetDcNextA@16
29DsGetDcNextW@16
30DsGetDcOpenA@28
31DsGetDcOpenW@28
32DsGetDcSiteCoverageA@12
33DsGetDcSiteCoverageW@12
34DsGetForestTrustInformationW@16
35DsGetSiteNameA@8
36DsGetSiteNameW@8
37DsMergeForestTrustInformationW@16
38DsRoleAbortDownlevelServerUpgrade@16
39DsRoleCancel@8
40DsRoleDcAsDc@68
41DsRoleDcAsReplica@12
42DsRoleDemoteDc@44
43DsRoleDnsNameToFlatName@16
44DsRoleFreeMemory@4
45DsRoleGetDatabaseFacts@24
46DsRoleGetDcOperationProgress@12
47DsRoleGetDcOperationResults@12
48DsRoleGetPrimaryDomainInformation@12
49DsRoleIfmHandleFree@8
50DsRoleServerSaveStateForUpgrade@4
51DsRoleUpgradeDownlevelServer@48
52DsValidateSubnetNameA@4
53DsValidateSubnetNameW@4
54I_BrowserDebugCall@12
55I_BrowserDebugTrace@8
56I_BrowserQueryEmulatedDomains@12
57I_BrowserQueryOtherDomains@16
58I_BrowserQueryStatistics@8
59I_BrowserResetNetlogonState@4
60I_BrowserResetStatistics@4
61I_BrowserServerEnum@44
62I_BrowserSetNetlogonState@16
63I_DsUpdateReadOnlyServerDnsRecords@28
64I_NetAccountDeltas@48
65I_NetAccountSync@48
66I_NetChainSetClientAttributes2@36
67I_NetChainSetClientAttributes@36
68I_NetDatabaseDeltas@32
69I_NetDatabaseRedo@28
70I_NetDatabaseSync2@36
71I_NetDatabaseSync@32
72I_NetDfsCreateExitPoint@24
73I_NetDfsCreateLocalPartition@28
74I_NetDfsDeleteExitPoint@16
75I_NetDfsDeleteLocalPartition@12
76I_NetDfsFixLocalVolume@36
77I_NetDfsGetFtServers@16
78I_NetDfsGetVersion@8
79I_NetDfsIsThisADomainName@4
80I_NetDfsManagerReportSiteInfo@8
81I_NetDfsModifyPrefix@12
82I_NetDfsSetLocalVolumeState@16
83I_NetDfsSetServerInfo@12
84I_NetGetDCList@16
85I_NetGetForestTrustInformation@24
86I_NetListCanonicalize@36
87I_NetListTraverse@12
88I_NetLogonControl2@20
89I_NetLogonControl@16
90I_NetLogonGetDomainInfo@28
91I_NetLogonSamLogoff@24
92I_NetLogonSamLogon@36
93I_NetLogonSamLogonEx@40
94I_NetLogonSamLogonWithFlags@40
95I_NetLogonSendToSam@24
96I_NetLogonUasLogoff@12
97I_NetLogonUasLogon@12
98I_NetNameCanonicalize@24
99I_NetNameCompare@20
100I_NetNameValidate@16
101I_NetPathCanonicalize@28
102I_NetPathCompare@20
103I_NetPathType@16
104I_NetServerAuthenticate2@28
105I_NetServerAuthenticate3@32
106I_NetServerAuthenticate@24
107I_NetServerGetTrustInfo@36
108I_NetServerPasswordGet@28
109I_NetServerPasswordSet2@28
110I_NetServerPasswordSet@28
111I_NetServerReqChallenge@16
112I_NetServerSetServiceBits@16
113I_NetServerSetServiceBitsEx@24
114I_NetServerTrustPasswordsGet@32
115I_NetlogonComputeClientDigest@24
116I_NetlogonComputeServerDigest@24
117I_NetlogonGetTrustRid@12
118NetAccessAdd@16
119NetAccessDel@8
120NetAccessEnum@36
121NetAccessGetInfo@16
122NetAccessGetUserPerms@16
123NetAccessSetInfo@20
124NetAddAlternateComputerName@20
125NetAddServiceAccount@16
126NetAlertRaise@12
127NetAlertRaiseEx@16
128NetApiBufferAllocate@8
129NetApiBufferFree@4
130NetApiBufferReallocate@12
131NetApiBufferSize@8
132NetAuditClear@12
133NetAuditRead@44
134NetAuditWrite@20
135NetBrowserStatisticsGet@12
136NetConfigGet@16
137NetConfigGetAll@12
138NetConfigSet@28
139NetConnectionEnum@32
140NetDfsAdd@20
141NetDfsAddFtRoot@20
142NetDfsAddRootTarget@20
143NetDfsAddStdRoot@16
144NetDfsAddStdRootForced@16
145NetDfsEnum@24
146NetDfsGetClientInfo@20
147NetDfsGetDcAddress@16
148NetDfsGetFtContainerSecurity@16
149NetDfsGetInfo@20
150NetDfsGetSecurity@16
151NetDfsGetStdContainerSecurity@16
152NetDfsGetSupportedNamespaceVersion@12
153NetDfsManagerGetConfigInfo@28
154NetDfsManagerInitialize@8
155NetDfsManagerSendSiteInfo@12
156NetDfsMove@12
157NetDfsRemove@12
158NetDfsRemoveFtRoot@16
159NetDfsRemoveFtRootForced@20
160NetDfsRemoveRootTarget@12
161NetDfsRemoveStdRoot@12
162NetDfsRename@8
163NetDfsSetClientInfo@20
164NetDfsSetFtContainerSecurity@12
165NetDfsSetInfo@20
166NetDfsSetSecurity@12
167NetDfsSetStdContainerSecurity@12
168NetEnumerateComputerNames@20
169NetEnumerateServiceAccounts@16
170NetEnumerateTrustedDomains@8
171NetErrorLogClear@12
172NetErrorLogRead@44
173NetErrorLogWrite@32
174NetFileClose@8
175NetFileEnum@36
176NetFileGetInfo@16
177NetGetAnyDCName@12
178NetGetDCName@12
179NetGetDisplayInformationIndex@16
180NetGetJoinInformation@12
181NetGetJoinableOUs@24
182NetGroupAdd@16
183NetGroupAddUser@12
184NetGroupDel@8
185NetGroupDelUser@12
186NetGroupEnum@28
187NetGroupGetInfo@16
188NetGroupGetUsers@32
189NetGroupSetInfo@20
190NetGroupSetUsers@20
191NetIsServiceAccount@12
192NetJoinDomain@24
193NetLocalGroupAdd@16
194NetLocalGroupAddMember@12
195NetLocalGroupAddMembers@20
196NetLocalGroupDel@8
197NetLocalGroupDelMember@12
198NetLocalGroupDelMembers@20
199NetLocalGroupEnum@28
200NetLocalGroupGetInfo@16
201NetLocalGroupGetMembers@32
202NetLocalGroupSetInfo@20
203NetLocalGroupSetMembers@20
204NetLogonGetTimeServiceParentDomain@12
205NetLogonSetServiceBits@12
206NetMessageBufferSend@20
207NetMessageNameAdd@8
208NetMessageNameDel@8
209NetMessageNameEnum@28
210NetMessageNameGetInfo@16
211NetProvisionComputerAccount@32
212NetQueryDisplayInformation@28
213NetQueryServiceAccount@16
214NetRegisterDomainNameChangeNotification@4
215NetRemoteComputerSupports@12
216NetRemoteTOD@8
217NetRemoveAlternateComputerName@20
218NetRemoveServiceAccount@12
219NetRenameMachineInDomain@20
220NetReplExportDirAdd@16
221NetReplExportDirDel@8
222NetReplExportDirEnum@28
223NetReplExportDirGetInfo@16
224NetReplExportDirLock@8
225NetReplExportDirSetInfo@20
226NetReplExportDirUnlock@12
227NetReplGetInfo@12
228NetReplImportDirAdd@16
229NetReplImportDirDel@8
230NetReplImportDirEnum@28
231NetReplImportDirGetInfo@16
232NetReplImportDirLock@8
233NetReplImportDirUnlock@12
234NetReplSetInfo@16
235NetRplAdapterAdd@16
236NetRplAdapterDel@8
237NetRplAdapterEnum@28
238NetRplBootAdd@16
239NetRplBootDel@12
240NetRplBootEnum@28
241NetRplClose@4
242NetRplConfigAdd@16
243NetRplConfigDel@8
244NetRplConfigEnum@32
245NetRplGetInfo@12
246NetRplOpen@8
247NetRplProfileAdd@16
248NetRplProfileClone@16
249NetRplProfileDel@8
250NetRplProfileEnum@32
251NetRplProfileGetInfo@16
252NetRplProfileSetInfo@20
253NetRplSetInfo@16
254NetRplSetSecurity@16
255NetRplVendorAdd@16
256NetRplVendorDel@8
257NetRplVendorEnum@28
258NetRplWkstaAdd@16
259NetRplWkstaClone@24
260NetRplWkstaDel@8
261NetRplWkstaEnum@32
262NetRplWkstaGetInfo@16
263NetRplWkstaSetInfo@20
264NetRequestOfflineDomainJoin@16
265NetScheduleJobAdd@12
266NetScheduleJobDel@12
267NetScheduleJobEnum@24
268NetScheduleJobGetInfo@12
269NetServerAliasAdd@12
270NetServerAliasDel@12
271NetServerAliasEnum@28
272NetServerComputerNameAdd@12
273NetServerComputerNameDel@8
274NetServerDiskEnum@28
275NetServerEnum@36
276NetServerEnumEx@36
277NetServerGetInfo@12
278NetServerSetInfo@16
279NetServerTransportAdd@12
280NetServerTransportAddEx@12
281NetServerTransportDel@12
282NetServerTransportEnum@28
283NetServiceControl@20
284NetServiceEnum@28
285NetServiceGetInfo@16
286NetServiceInstall@20
287NetSessionDel@12
288NetSessionEnum@36
289NetSessionGetInfo@20
290NetSetPrimaryComputerName@20
291NetShareAdd@16
292NetShareCheck@12
293NetShareDel@12
294NetShareDelEx@12
295NetShareDelSticky@12
296NetShareEnum@28
297NetShareEnumSticky@28
298NetShareGetInfo@16
299NetShareSetInfo@20
300NetStatisticsGet@20
301NetUnjoinDomain@16
302NetUnregisterDomainNameChangeNotification@4
303NetUseAdd@16
304NetUseDel@12
305NetUseEnum@28
306NetUseGetInfo@16
307NetUserAdd@16
308NetUserChangePassword@16
309NetUserDel@8
310NetUserEnum@32
311NetUserGetGroups@28
312NetUserGetInfo@16
313NetUserGetLocalGroups@32
314NetUserModalsGet@12
315NetUserModalsSet@16
316NetUserSetGroups@20
317NetUserSetInfo@20
318NetValidateName@20
319NetValidatePasswordPolicy@20
320NetValidatePasswordPolicyFree@4
321NetWkstaGetInfo@12
322NetWkstaSetInfo@16
323NetWkstaTransportAdd@16
324NetWkstaTransportDel@12
325NetWkstaTransportEnum@28
326NetWkstaUserEnum@28
327NetWkstaUserGetInfo@12
328NetWkstaUserSetInfo@16
329NetapipBufferAllocate@8
330Netbios@4
331NetpAccessCheck@12
332NetpAccessCheckAndAudit@20
333NetpAccessCheckAndAuditEx@28
334NetpAddTlnFtinfoEntry@8
335NetpAllocConfigName@16
336NetpAllocFtinfoEntry@20
337NetpAllocStrFromWStr@4
338NetpAllocWStrFromStr@4
339NetpAllocWStrFromWStr@4
340NetpApiStatusToNtStatus@4
341NetpAssertFailed@16
342NetpCleanFtinfoContext@4
343NetpCloseConfigData@4
344NetpCopyFtinfoContext@4
345NetpCopyStringToBuffer@20
346NetpCreateSecurityObject@24
347NetpDbgDisplayServerInfo@8
348NetpDbgPrint@0
349NetpDeleteSecurityObject@4
350NetpEventlogClose@4
351NetpEventlogOpen@8
352NetpEventlogWriteEx@32
353NetpGetComputerName@4
354NetpGetConfigBool@16
355NetpGetConfigDword@16
356NetpGetConfigTStrArray@12
357NetpGetConfigValue@12
358NetpGetDomainName@4
359NetpGetFileSecurity@16
360NetpGetPrivilege@8
361NetpHexDump@8
362NetpInitOemString@8
363NetpInitFtinfoContext@4
364NetpIsRemote@20
365NetpIsUncComputerNameValid@4
366NetpLocalTimeZoneOffset@0
367NetpLogonPutUnicodeString@12
368NetpNetBiosAddName@12
369NetpNetBiosCall@16
370NetpNetBiosDelName@8
371NetpNetBiosGetAdapterNumbers@8
372NetpNetBiosHangup@8
373NetpNetBiosReceive@24
374NetpMergeFtinfo@16
375NetpNetBiosReset@4
376NetpNetBiosSend@16
377NetpNetBiosStatusToApiStatus@4
378NetpNtStatusToApiStatus@4
379NetpOpenConfigData@16
380NetpPackString@12
381NetpReleasePrivilege@0
382NetpSetConfigBool@12
383NetpSetConfigDword@12
384NetpSetConfigTStrArray@12
385NetpParmsQueryUserProperty@16
386NetpParmsQueryUserPropertyWithLength@16
387NetpParmsSetUserProperty@28
388NetpParmsUserPropertyFree@4
389NetpOpenConfigData@12
390NetpSetFileSecurity@12
391NetpSmbCheck@20
392NetpStringToNetBiosName@16
393NetpStoreIntialDcRecord@4
394NetpTStrArrayEntryCount@4
395NetpUpgradePreNT5JoinInfo@0
396NetpwNameCanonicalize@20
397NetpwNameCompare@16
398NetpwNameValidate@12
399NetpwPathCanonicalize@24
400NetpwPathCompare@16
401NetpwPathType@12
402NlBindingAddServerToCache@8
403NlBindingRemoveServerFromCache@8
404NlBindingSetAuthInfo@20
405RxNetAccessAdd@16
406RxNetAccessDel@8
407RxNetAccessEnum@36
408RxNetAccessGetInfo@16
409RxNetAccessGetUserPerms@16
410RxNetAccessSetInfo@20
411RxNetServerEnum@40
412RxNetUserPasswordSet@16
413RxRemoteApi
lib/libc/mingw/lib32/rpcns4.def created+70
...@@ -0,0 +1,70 @@
1;
2; Definition file of RPCNS4.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "RPCNS4.dll"
7EXPORTS
8I_GetDefaultEntrySyntax@0
9I_RpcNsGetBuffer@4
10I_RpcNsNegotiateTransferSyntax@4
11I_RpcNsRaiseException@8
12I_RpcNsSendReceive@8
13I_RpcReBindBuffer@4
14RpcIfIdVectorFree@4
15RpcNsBindingExportA@20
16RpcNsBindingExportPnPA@16
17RpcNsBindingExportPnPW@16
18RpcNsBindingExportW@20
19RpcNsBindingImportBeginA@20
20RpcNsBindingImportBeginW@20
21RpcNsBindingImportDone@4
22RpcNsBindingImportNext@8
23RpcNsBindingLookupBeginA@24
24RpcNsBindingLookupBeginW@24
25RpcNsBindingLookupDone@4
26RpcNsBindingLookupNext@8
27RpcNsBindingSelect@8
28RpcNsBindingUnexportA@16
29RpcNsBindingUnexportPnPA@16
30RpcNsBindingUnexportPnPW@16
31RpcNsBindingUnexportW@16
32RpcNsEntryExpandNameA@12
33RpcNsEntryExpandNameW@12
34RpcNsEntryObjectInqBeginA@12
35RpcNsEntryObjectInqBeginW@12
36RpcNsEntryObjectInqDone@4
37RpcNsEntryObjectInqNext@8
38RpcNsGroupDeleteA@8
39RpcNsGroupDeleteW@8
40RpcNsGroupMbrAddA@16
41RpcNsGroupMbrAddW@16
42RpcNsGroupMbrInqBeginA@16
43RpcNsGroupMbrInqBeginW@16
44RpcNsGroupMbrInqDone@4
45RpcNsGroupMbrInqNextA@8
46RpcNsGroupMbrInqNextW@8
47RpcNsGroupMbrRemoveA@16
48RpcNsGroupMbrRemoveW@16
49RpcNsMgmtBindingUnexportA@20
50RpcNsMgmtBindingUnexportW@20
51RpcNsMgmtEntryCreateA@8
52RpcNsMgmtEntryCreateW@8
53RpcNsMgmtEntryDeleteA@8
54RpcNsMgmtEntryDeleteW@8
55RpcNsMgmtEntryInqIfIdsA@12
56RpcNsMgmtEntryInqIfIdsW@12
57RpcNsMgmtHandleSetExpAge@8
58RpcNsMgmtInqExpAge@4
59RpcNsMgmtSetExpAge@4
60RpcNsProfileDeleteA@8
61RpcNsProfileDeleteW@8
62RpcNsProfileEltAddA@28
63RpcNsProfileEltAddW@28
64RpcNsProfileEltInqBeginA@32
65RpcNsProfileEltInqBeginW@32
66RpcNsProfileEltInqDone@4
67RpcNsProfileEltInqNextA@20
68RpcNsProfileEltInqNextW@20
69RpcNsProfileEltRemoveA@20
70RpcNsProfileEltRemoveW@20
lib/libc/mingw/lib32/rpcrt4.def created+568
...@@ -0,0 +1,568 @@
1;
2; Definition file of RPCRT4.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "RPCRT4.dll"
7EXPORTS
8I_RpcFwThisIsTheManager@0
9I_RpcInitHttpImports@4
10I_RpcOpenClientProcess@12
11I_RpcServerTurnOnOffKeepalives@16
12I_RpcVerifierCorruptionExpected@0
13NdrFullPointerFree@8
14NdrFullPointerInsertRefId@12
15NdrFullPointerQueryPointer@16
16NdrFullPointerQueryRefId@16
17NdrGetBaseInterfaceFromStub@12
18RpcCertMatchPrincipalName@8
19CStdStubBuffer_AddRef@4
20CStdStubBuffer_Connect@8
21CStdStubBuffer_CountRefs@4
22CStdStubBuffer_DebugServerQueryInterface@8
23CStdStubBuffer_DebugServerRelease@8
24CStdStubBuffer_Disconnect@4
25CStdStubBuffer_Invoke@12
26CStdStubBuffer_IsIIDSupported@8
27CStdStubBuffer_QueryInterface@12
28CreateProxyFromTypeInfo@20
29CreateStubFromTypeInfo@16
30DceErrorInqTextA@8
31DceErrorInqTextW@8
32DllGetClassObject@12
33DllRegisterServer@0
34IUnknown_AddRef_Proxy@4
35IUnknown_QueryInterface_Proxy@12
36IUnknown_Release_Proxy@4
37I_RpcAllocate@4
38I_RpcAsyncAbortCall@8
39I_RpcAsyncSetHandle@8
40I_RpcBCacheAllocate@4
41I_RpcBCacheFree@4
42I_RpcBindingCopy@8
43I_RpcBindingInqDynamicEndpoint@8
44I_RpcBindingCreateNP@16
45I_RpcBindingHandleToAsyncHandle@8
46I_RpcBindingInqDynamicEndpoint@8
47I_RpcBindingInqDynamicEndpointA@8
48I_RpcBindingInqDynamicEndpointW@8
49I_RpcBindingInqLocalClientPID@8
50I_RpcBindingInqMarshalledTargetInfo@12
51I_RpcBindingInqSecurityContext@8
52I_RpcBindingInqSecurityContextKeyInfo@8
53I_RpcBindingInqTransportType@8
54I_RpcBindingInqWireIdForSnego@8
55I_RpcBindingIsClientLocal@8
56I_RpcBindingToStaticStringBindingW@8
57I_RpcClearMutex@4
58I_RpcConnectionInqSockBuffSize2@4
59I_RpcCompleteAndFree@12
60I_RpcConnectionInqSockBuffSize@8
61I_RpcConnectionSetSockBuffSize@8
62I_RpcDeleteMutex@4
63I_RpcEnableWmiTrace@8
64I_RpcExceptionFilter@4
65I_RpcFilterDCOMActivation@20
66I_RpcFree@4
67I_RpcFreeBuffer@4
68I_RpcGetAssociationContext@4
69I_RpcFreePipeBuffer@4
70I_RpcGetBuffer@4
71I_RpcGetBufferWithObject@8
72I_RpcGetCurrentCallHandle@0
73I_RpcIOAlerted@4
74I_RpcGetExtendedError@0
75I_RpcGetPortAllocationData@4
76I_RpcIfInqTransferSyntaxes@16
77I_RpcLogEvent@28
78I_RpcMapWin32Status@4
79I_RpcMonitorAssociation@12
80I_RpcMarshalBindingHandleAndInterfaceForNDF@24
81I_RpcNDRCGetWireRepresentation@8
82I_RpcNDRSContextEmergencyCleanup@8
83I_RpcNegotiateTransferSyntax@4
84I_RpcNsBindingSetEntryName@12
85I_RpcNsBindingSetEntryNameA@12
86I_RpcNsBindingSetEntryNameW@12
87I_RpcNsInterfaceExported@12
88I_RpcNsInterfaceUnexported@12
89I_RpcParseSecurity@8
90I_RpcPauseExecution@4
91I_RpcReallocPipeBuffer@8
92I_RpcReceive@8
93I_RpcRecordCalloutFailure@12
94I_RpcRequestMutex@4
95I_RpcSNCHOption@8
96I_RpcSend@4
97I_RpcSendReceive@4
98I_RpcServerAllocateIpPort@8
99I_RpcServerCheckClientRestriction@4
100I_RpcServerInqAddressChangeFn@0
101I_RpcServerInqLocalConnAddress@16
102I_RpcServerInqRemoteConnAddress@16
103I_RpcServerInqTransportType@4
104I_RpcServerIsClientDisconnected@8
105I_RpcServerRegisterForwardFunction@4
106I_RpcSetAssociationContext@4
107I_RpcServerSetAddressChangeFn@4
108I_RpcServerStartService@12
109I_RpcServerUseProtseq2A@20
110I_RpcServerUseProtseq2W@20
111I_RpcServerUseProtseqEp2A@24
112I_RpcServerUseProtseqEp2W@24
113I_RpcSessionStrictContextHandle@0
114I_RpcSetDCOMAppId@4
115I_RpcSsDontSerializeContext@0
116I_RpcStopMonitorAssociation@4
117I_RpcTransClientMaxFrag@4
118I_RpcTransClientReallocBuffer@16
119I_RpcTransServerFindConnection@8
120I_RpcTransServerFreeBuffer@8
121I_RpcTransServerMaxFrag@4
122I_RpcTransServerNewConnection@12
123I_RpcTransServerProtectThread@0
124I_RpcTransServerReallocBuffer@16
125I_RpcTransServerReceiveDirectReady@4
126I_RpcTransServerUnprotectThread@4
127I_RpcSystemFunction001@12
128I_RpcTransConnectionAllocatePacket@8
129I_RpcTransConnectionFreePacket@8
130I_RpcTransConnectionReallocPacket@16
131I_RpcTransDatagramAllocate2@16
132I_RpcTransDatagramAllocate@16
133I_RpcTransDatagramFree@8
134I_RpcTransGetThreadEvent@0
135I_RpcTransGetThreadEventThreadOptional@0
136I_RpcTransIoCancelled@8
137I_RpcTransServerNewConnection@4
138I_RpcTurnOnEEInfoPropagation@0
139I_UuidCreate@4
140MIDL_wchar_strcpy@8
141MIDL_wchar_strlen@4
142MesBufferHandleReset@24
143MesDecodeBufferHandleCreate@12
144MesDecodeIncrementalHandleCreate@12
145MesEncodeDynBufferHandleCreate@12
146MesEncodeFixedBufferHandleCreate@16
147MesEncodeIncrementalHandleCreate@16
148MesHandleFree@4
149MesIncrementalHandleReset@24
150MesInqProcEncodingId@12
151NDRCContextBinding@4
152NDRCContextMarshall@8
153NDRCContextUnmarshall@16
154NDRSContextMarshall2@24
155NDRSContextMarshall@12
156NDRSContextMarshallEx@16
157NDRSContextUnmarshall2@20
158NDRSContextUnmarshall@8
159NDRSContextUnmarshallEx@12
160NDRcopy@12
161NdrAllocate@8
162NdrAsyncClientCall@0
163NdrAsyncServerCall@4
164NdrByteCountPointerBufferSize@12
165NdrByteCountPointerFree@12
166NdrByteCountPointerMarshall@12
167NdrByteCountPointerUnmarshall@16
168NdrCStdStubBuffer2_Release@8
169NdrCStdStubBuffer_Release@8
170NdrClearOutParameters@12
171NdrClientCall
172NdrClientCall2
173NdrClientContextMarshall@12
174NdrClientContextUnmarshall@12
175NdrClientInitialize@16
176NdrClientInitializeNew@16
177NdrComplexArrayBufferSize@12
178NdrComplexArrayFree@12
179NdrComplexArrayMarshall@12
180NdrComplexArrayMemorySize@8
181NdrComplexArrayUnmarshall@16
182NdrComplexStructBufferSize@12
183NdrComplexStructFree@12
184NdrComplexStructMarshall@12
185NdrComplexStructMemorySize@8
186NdrComplexStructUnmarshall@16
187NdrConformantArrayBufferSize@12
188NdrConformantArrayFree@12
189NdrConformantArrayMarshall@12
190NdrConformantArrayMemorySize@8
191NdrConformantArrayUnmarshall@16
192NdrConformantStringBufferSize@12
193NdrConformantStringMarshall@12
194NdrConformantStringMemorySize@8
195NdrConformantStringUnmarshall@16
196NdrConformantStructBufferSize@12
197NdrConformantStructFree@12
198NdrConformantStructMarshall@12
199NdrConformantStructMemorySize@8
200NdrConformantStructUnmarshall@16
201NdrConformantVaryingArrayBufferSize@12
202NdrConformantVaryingArrayFree@12
203NdrConformantVaryingArrayMarshall@12
204NdrConformantVaryingArrayMemorySize@8
205NdrConformantVaryingArrayUnmarshall@16
206NdrConformantVaryingStructBufferSize@12
207NdrConformantVaryingStructFree@12
208NdrConformantVaryingStructMarshall@12
209NdrConformantVaryingStructMemorySize@8
210NdrConformantVaryingStructUnmarshall@16
211NdrContextHandleInitialize@8
212NdrContextHandleSize@12
213NdrConvert2@12
214NdrConvert@8
215NdrCorrelationFree@4
216NdrCorrelationInitialize@16
217NdrCorrelationPass@4
218NdrCreateServerInterfaceFromStub@8
219NdrDcomAsyncClientCall@0
220NdrDcomAsyncStubCall@16
221NdrDllCanUnloadNow@4
222NdrDllGetClassObject@24
223NdrDllRegisterProxy@12
224NdrDllUnregisterProxy@12
225NdrEncapsulatedUnionBufferSize@12
226NdrEncapsulatedUnionFree@12
227NdrEncapsulatedUnionMarshall@12
228NdrEncapsulatedUnionMemorySize@8
229NdrEncapsulatedUnionUnmarshall@16
230NdrFixedArrayBufferSize@12
231NdrFixedArrayFree@12
232NdrFixedArrayMarshall@12
233NdrFixedArrayMemorySize@8
234NdrFixedArrayUnmarshall@16
235NdrFreeBuffer@4
236NdrFullPointerFree@8
237NdrFullPointerInsertRefId@12
238NdrFullPointerQueryPointer@16
239NdrFullPointerQueryRefId@16
240NdrFullPointerInsertRefId@12
241NdrFullPointerQueryPointer@16
242NdrFullPointerQueryRefId@16
243NdrFullPointerXlatFree@4
244NdrFullPointerXlatInit@8
245NdrGetBuffer@12
246NdrHardStructBufferSize@12
247NdrHardStructFree@12
248NdrHardStructMarshall@12
249NdrHardStructMemorySize@8
250NdrHardStructUnmarshall@16
251NdrGetDcomProtocolVersion@8
252NdrGetSimpleTypeBufferAlignment@4
253NdrGetSimpleTypeBufferSize@4
254NdrGetSimpleTypeMemorySize@4
255NdrGetTypeFlags@4
256NdrGetUserMarshalInfo@12
257NdrInterfacePointerBufferSize@12
258NdrInterfacePointerFree@12
259NdrInterfacePointerMarshall@12
260NdrInterfacePointerMemorySize@8
261NdrInterfacePointerUnmarshall@16
262NdrMapCommAndFaultStatus@16
263NdrMesProcEncodeDecode
264NdrMesProcEncodeDecode2
265NdrMesSimpleTypeAlignSize@4
266NdrMesSimpleTypeDecode@12
267NdrMesSimpleTypeEncode@16
268NdrMesTypeAlignSize2@20
269NdrMesTypeAlignSize@16
270NdrMesTypeDecode2@20
271NdrMesTypeDecode@16
272NdrMesTypeEncode2@20
273NdrMesTypeEncode@16
274NdrMesTypeFree2@20
275NdrNonConformantStringBufferSize@12
276NdrNonConformantStringMarshall@12
277NdrNonConformantStringMemorySize@8
278NdrNonConformantStringUnmarshall@16
279NdrNonEncapsulatedUnionBufferSize@12
280NdrNonEncapsulatedUnionFree@12
281NdrNonEncapsulatedUnionMarshall@12
282NdrNonEncapsulatedUnionMemorySize@8
283NdrNonEncapsulatedUnionUnmarshall@16
284NdrNsGetBuffer@12
285NdrNsSendReceive@12
286NdrOleAllocate@4
287NdrOleFree@4
288NdrOutInit@12
289NdrPartialIgnoreClientBufferSize@8
290NdrPartialIgnoreClientMarshall@8
291NdrPartialIgnoreServerInitialize@12
292NdrPartialIgnoreServerUnmarshall@8
293NdrPointerBufferSize@12
294NdrPointerFree@12
295NdrPointerMarshall@12
296NdrPointerMemorySize@8
297NdrPointerUnmarshall@16
298NdrProxyErrorHandler@4
299NdrProxyFreeBuffer@8
300NdrProxyGetBuffer@8
301NdrProxyInitialize@20
302NdrProxySendReceive@8
303NdrRangeUnmarshall@16
304NdrRpcSmClientAllocate@4
305NdrRpcSmClientFree@4
306NdrRpcSmSetClientToOsf@4
307NdrRpcSsDefaultAllocate@4
308NdrRpcSsDefaultFree@4
309NdrRpcSsDisableAllocate@4
310NdrRpcSsEnableAllocate@4
311NdrSendReceive@8
312NdrServerCall2@4
313NdrServerCall@4
314NdrServerContextMarshall@12
315NdrServerContextNewMarshall@16
316NdrServerContextNewUnmarshall@8
317NdrServerContextUnmarshall@4
318NdrServerInitialize@12
319NdrServerInitializeMarshall@8
320NdrServerInitializeNew@12
321NdrServerInitializePartial@16
322NdrServerInitializeUnmarshall@12
323NdrServerMarshall@16
324NdrServerUnmarshall@24
325NdrSimpleStructBufferSize@12
326NdrSimpleStructFree@12
327NdrSimpleStructMarshall@12
328NdrSimpleStructMemorySize@8
329NdrSimpleStructUnmarshall@16
330NdrSimpleTypeMarshall@12
331NdrSimpleTypeUnmarshall@12
332NdrStubCall2@16
333NdrStubCall@16
334NdrStubForwardingFunction@16
335NdrStubGetBuffer@12
336NdrStubInitialize@16
337NdrStubInitializeMarshall@12
338NdrTypeFlags@60029
339NdrTypeFree@12
340NdrTypeMarshall@12
341NdrTypeSize@12
342NdrTypeUnmarshall@16
343NdrUnmarshallBasetypeInline@12
344NdrUserMarshalBufferSize@12
345NdrUserMarshalFree@12
346NdrUserMarshalMarshall@12
347NdrUserMarshalMemorySize@8
348NdrUserMarshalSimpleTypeConvert@12
349NdrUserMarshalUnmarshall@16
350NdrVaryingArrayBufferSize@12
351NdrVaryingArrayFree@12
352NdrVaryingArrayMarshall@12
353NdrVaryingArrayMemorySize@8
354NdrVaryingArrayUnmarshall@16
355NdrXmitOrRepAsBufferSize@12
356NdrXmitOrRepAsFree@12
357NdrXmitOrRepAsMarshall@12
358NdrXmitOrRepAsMemorySize@8
359NdrXmitOrRepAsUnmarshall@16
360NdrpCreateProxy@16
361NdrpCreateStub@12
362NdrpGetProcFormatString@24
363NdrpGetTypeFormatString@12
364NdrpGetTypeGenCookie@4
365NdrpMemoryIncrement@12
366NdrpReleaseTypeFormatString@4
367NdrpReleaseTypeGenCookie@4
368NdrpVarVtOfTypeDesc@12
369RpcAsyncAbortCall@8
370RpcAsyncCancelCall@8
371RpcAsyncCompleteCall@8
372RpcAsyncGetCallStatus@4
373RpcAsyncInitializeHandle@8
374RpcAsyncRegisterInfo@4
375RpcBindingBind@12
376RpcBindingCopy@8
377RpcBindingCreateA@16
378RpcBindingCreateW@16
379RpcBindingFree@4
380RpcBindingFromStringBindingA@8
381RpcBindingFromStringBindingW@8
382RpcBindingInqAuthClientA@24
383RpcBindingInqAuthClientExA@28
384RpcBindingInqAuthClientExW@28
385RpcBindingInqAuthClientW@24
386RpcBindingInqAuthInfoA@24
387RpcBindingInqAuthInfoExA@32
388RpcBindingInqAuthInfoExW@32
389RpcBindingInqAuthInfoW@24
390RpcBindingInqObject@8
391RpcBindingInqOption@12
392RpcBindingReset@4
393RpcBindingServerFromClient@8
394RpcBindingSetAuthInfoA@24
395RpcBindingSetAuthInfoExA@28
396RpcBindingSetAuthInfoExW@28
397RpcBindingSetAuthInfoW@24
398RpcBindingSetObject@8
399RpcBindingSetOption@12
400RpcBindingToStringBindingA@8
401RpcBindingToStringBindingW@8
402RpcBindingUnbind@4
403RpcBindingVectorFree@4
404RpcCancelThread@4
405RpcCancelThreadEx@8
406RpcCertGeneratePrincipalNameA@12
407RpcCertGeneratePrincipalNameW@12
408RpcEpRegisterA@16
409RpcEpRegisterNoReplaceA@16
410RpcEpRegisterNoReplaceW@16
411RpcEpRegisterW@16
412RpcEpResolveBinding@8
413RpcEpUnregister@12
414RpcErrorAddRecord@4
415RpcErrorClearInformation@0
416RpcErrorEndEnumeration@4
417RpcErrorGetNextRecord@12
418RpcErrorGetNumberOfRecords@8
419RpcErrorLoadErrorInfo@12
420RpcErrorResetEnumeration@4
421RpcErrorSaveErrorInfo@12
422RpcErrorStartEnumeration@4
423RpcExceptionFilter@4
424RpcFreeAuthorizationContext@4
425RpcGetAuthorizationContextForClient@36
426RpcIfIdVectorFree@4
427RpcIfInqId@8
428RpcImpersonateClient@4
429RpcMgmtEnableIdleCleanup@0
430RpcMgmtEpEltInqBegin@24
431RpcMgmtEpEltInqDone@4
432RpcMgmtEpEltInqNextA@20
433RpcMgmtEpEltInqNextW@20
434RpcMgmtEpUnregister@16
435RpcMgmtInqComTimeout@8
436RpcMgmtInqDefaultProtectLevel@8
437RpcMgmtInqIfIds@8
438RpcMgmtInqServerPrincNameA@12
439RpcMgmtInqServerPrincNameW@12
440RpcMgmtInqStats@8
441RpcMgmtIsServerListening@4
442RpcMgmtSetAuthorizationFn@4
443RpcMgmtSetCancelTimeout@4
444RpcMgmtSetComTimeout@8
445RpcMgmtSetServerStackSize@4
446RpcMgmtStatsVectorFree@4
447RpcMgmtStopServerListening@4
448RpcMgmtWaitServerListen@0
449RpcNetworkInqProtseqsA@4
450RpcNetworkInqProtseqsW@4
451RpcNetworkIsProtseqValidA@4
452RpcNetworkIsProtseqValidW@4
453RpcNsBindingInqEntryNameA@12
454RpcNsBindingInqEntryNameW@12
455RpcObjectInqType@8
456RpcObjectSetInqFn@4
457RpcObjectSetType@8
458RpcProtseqVectorFreeA@4
459RpcProtseqVectorFreeW@4
460RpcRaiseException@4
461RpcRevertToSelf@0
462RpcRevertToSelfEx@4
463RpcServerCompleteSecurityCallback@8
464RpcServerInqBindingHandle@4
465RpcServerInqBindings@4
466RpcServerInqCallAttributesA@8
467RpcServerInqCallAttributesW@8
468RpcServerInqDefaultPrincNameA@8
469RpcServerInqDefaultPrincNameW@8
470RpcServerInqIf@12
471RpcServerListen@12
472RpcServerRegisterAuthInfoA@16
473RpcServerRegisterAuthInfoW@16
474RpcServerRegisterIf2@28
475RpcServerRegisterIf@12
476RpcServerRegisterIfEx@24
477RpcServerSubscribeForNotification@16
478RpcServerTestCancel@4
479RpcServerUnregisterIf@12
480RpcServerUnregisterIfEx@12
481RpcServerUnsubscribeForNotification@12
482RpcServerUseAllProtseqs@8
483RpcServerUseAllProtseqsEx@12
484RpcServerUseAllProtseqsIf@12
485RpcServerUseAllProtseqsIfEx@16
486RpcServerUseProtseqA@12
487RpcServerUseProtseqEpA@16
488RpcServerUseProtseqEpExA@20
489RpcServerUseProtseqEpExW@20
490RpcServerUseProtseqEpW@16
491RpcServerUseProtseqExA@16
492RpcServerUseProtseqExW@16
493RpcServerUseProtseqIfA@16
494RpcServerUseProtseqIfExA@20
495RpcServerUseProtseqIfExW@20
496RpcServerUseProtseqIfW@16
497RpcServerUseProtseqW@12
498RpcServerYield@0
499RpcSmAllocate@8
500RpcSmClientFree@4
501RpcSmDestroyClientContext@4
502RpcSmDisableAllocate@0
503RpcSmEnableAllocate@0
504RpcSmFree@4
505RpcSmGetThreadHandle@4
506RpcSmSetClientAllocFree@8
507RpcSmSetThreadHandle@4
508RpcSmSwapClientAllocFree@16
509RpcSsAllocate@4
510RpcSsContextLockExclusive@8
511RpcSsContextLockShared@8
512RpcSsDestroyClientContext@4
513RpcSsDisableAllocate@0
514RpcSsDontSerializeContext@0
515RpcSsEnableAllocate@0
516RpcSsFree@4
517RpcSsGetContextBinding@8
518RpcSsGetThreadHandle@0
519RpcSsSetClientAllocFree@8
520RpcSsSetThreadHandle@4
521RpcSsSwapClientAllocFree@16
522RpcStringBindingComposeA@24
523RpcStringBindingComposeW@24
524RpcStringBindingParseA@24
525RpcStringBindingParseW@24
526RpcStringFreeA@4
527RpcStringFreeW@4
528RpcTestCancel@0
529RpcUserFree@8
530SimpleTypeAlignment@1526
531SimpleTypeBufferSize@1526
532SimpleTypeMemorySize@1526
533TowerConstruct@24
534TowerExplode@24
535UuidCompare@12
536UuidCreate@4
537UuidCreateNil@4
538UuidCreateSequential@4
539UuidEqual@12
540UuidFromStringA@8
541UuidFromStringW@8
542UuidHash@8
543UuidIsNil@8
544UuidToStringA@8
545UuidToStringW@8
546char_array_from_ndr@16
547char_from_ndr@8
548data_from_ndr@16
549data_into_ndr@16
550data_size_ndr@16
551double_array_from_ndr@16
552double_from_ndr@8
553enum_from_ndr@8
554float_array_from_ndr@16
555float_from_ndr@8
556long_array_from_ndr@16
557long_from_ndr@8
558long_from_ndr_temp@12
559pfnFreeRoutines DATA
560pfnMarshallRoutines DATA
561pfnSizeRoutines DATA
562pfnUnmarshallRoutines DATA
563short_array_from_ndr@16
564short_from_ndr@8
565short_from_ndr_temp@12
566tree_into_ndr@16
567tree_peek_ndr@16
568tree_size_ndr@16
lib/libc/mingw/lib32/urlmon.def created+230
...@@ -0,0 +1,230 @@
1;
2; Definition file of urlmon.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "urlmon.dll"
7EXPORTS
8ord_100@16 @100
9ord_101 @101
10ord_102 @102
11ord_103@8 @103
12ord_104@24 @104
13ord_105@12 @105
14ord_106@4 @106
15ord_107@8 @107
16ord_108 @108
17AsyncGetClassBits@44
18AsyncInstallDistributionUnit@36
19ord_111@8 @111
20ord_112@8 @112
21ord_113@8 @113
22ord_114 @114
23ord_115@4 @115
24ord_116@8 @116
25BindAsyncMoniker@20
26CDLGetLongPathNameA@12
27CDLGetLongPathNameW@12
28CORPolicyProvider@4
29CoGetClassObjectFromURL@40
30CoInstall@20
31CoInternetCanonicalizeIUri@12
32CoInternetCombineIUri@20
33CoInternetCombineUrl@28
34CoInternetCombineUrlEx@20
35CoInternetCompareUrl@12
36CoInternetCreateSecurityManager@12
37CoInternetCreateZoneManager@12
38CoInternetFeatureSettingsChanged
39CoInternetGetProtocolFlags@12
40CoInternetGetSecurityUrl@16
41CoInternetGetSecurityUrlEx@16
42CoInternetGetSession@12
43CoInternetIsFeatureEnabled@8
44CoInternetIsFeatureEnabledForIUri@16
45CoInternetIsFeatureEnabledForUrl@16
46CoInternetIsFeatureZoneElevationEnabled@16
47CoInternetParseIUri@28
48CoInternetParseUrl@28
49CoInternetQueryInfo@28
50CoInternetSetFeatureEnabled@12
51CompareSecurityIds@20
52CompatFlagsFromClsid@12
53CopyBindInfo@8
54CopyStgMedium@8
55CreateAsyncBindCtx@16
56CreateAsyncBindCtxEx@24
57CreateFormatEnumerator@12
58CreateIUriBuilder@16
59CreateURLMoniker@12
60CreateURLMonikerEx2@16
61CreateURLMonikerEx@16
62CreateUri@16
63CreateUriFromMultiByteString@24
64CreateUriPriv@32
65CreateUriWithFragment@20
66Extract@8
67FaultInIEFeature@16
68FindMediaType@8
69FindMediaTypeClass@16
70FindMimeFromData@32
71GetAddSitesFileUrl@4
72GetClassFileOrMime@28
73GetClassURL@8
74GetComponentIDFromCLSSPEC@8
75GetIDNFlagsForUri@4
76GetIUriPriv2@8
77GetIUriPriv@8
78GetLabelsFromNamedHost@20
79GetMarkOfTheWeb@16
80GetPortFromUrlScheme@8
81GetPropertyFromName@8
82GetPropertyName@4
83GetSoftwareUpdateInfo@8
84GetUrlmonThreadNotificationHwnd@0
85HlinkGoBack@4
86HlinkGoForward@4
87HlinkNavigateMoniker@8
88HlinkNavigateString@8
89HlinkSimpleNavigateToMoniker@32
90HlinkSimpleNavigateToString@32
91IEDllLoader@8
92IEInstallScope@4
93IntlPercentEncodeNormalize@16
94IsAsyncMoniker@4
95IsDWORDProperty@4
96IsIntranetAvailable
97IsJITInProgress
98IsLoggingEnabledA@4
99IsLoggingEnabledW@4
100IsStringProperty@4
101IsValidURL@12
102MkParseDisplayNameEx@16
103ObtainUserAgentString@12
104PrivateCoInstall@20
105QueryAssociations@16
106QueryClsidAssociation@12
107RegisterBindStatusCallback@16
108RegisterFormatEnumerator@12
109RegisterMediaTypeClass@20
110RegisterMediaTypes@12
111ReleaseBindInfo@4
112ResetUrlmonLanguageData@0
113RevokeBindStatusCallback@8
114RevokeFormatEnumerator@8
115SetSoftwareUpdateAdvertisementState@16
116ShouldDisplayPunycodeForUri@4
117ShouldShowIntranetWarningSecband@4
118ShowTrustAlertDialog@16
119URLDownloadA@20
120URLDownloadToCacheFileA@24
121URLDownloadToCacheFileW@24
122URLDownloadToFileA@20
123URLDownloadToFileW@20
124URLDownloadW@20
125URLOpenBlockingStreamA@20
126URLOpenBlockingStreamW@20
127URLOpenPullStreamA@16
128URLOpenPullStreamW@16
129URLOpenStreamA@16
130URLOpenStreamW@16
131UrlMkBuildVersion
132UrlMkGetSessionOption@20
133UrlMkSetSessionOption@16
134WriteHitLogging@4
135ZonesReInit@4
136ord_304@28 @304
137ord_305@12 @305
138ord_306@4 @306
139ord_307@20 @307
140ord_308@4 @308
141ord_309@4 @309
142ord_310@12 @310
143ord_311@12 @311
144ord_312@4 @312
145ord_313@8 @313
146ord_314@4 @314
147ord_315@8 @315
148ord_316@8 @316
149ord_318@8 @318
150ord_319@8 @319
151ord_320@12 @320
152ord_321@8 @321
153IECompatLogCSSFix@12
154ord_323@12 @323
155ord_324 @324
156; ord_395 @395 Couldn't determine function argument count. Function doesn't return.
157ord_400@8 @400
158ord_401@4 @401
159ord_403@4 @403
160ord_404 @404
161ord_406 @406
162ord_407 @407
163ord_408@8 @408
164ord_409@8 @409
165ord_410@8 @410
166ord_411@8 @411
167ord_412@8 @412
168ord_413@8 @413
169ord_414@8 @414
170ord_415@8 @415
171ord_416@12 @416
172ord_417@12 @417
173ord_420@24 @420
174ord_421@8 @421
175; ord_422 @422 Check!!! forwards to CloseHandle in KERNEL32.dll (ordinal 82)
176ord_423@16 @423
177ord_430 @430
178ord_431@4 @431
179ord_432@8 @432
180ord_433@4 @433
181ord_434@12 @434
182ord_435@12 @435
183ord_436@8 @436
184ord_437@8 @437
185ord_438@24 @438
186ord_439@4 @439
187ord_440@4 @440
188ord_441@16 @441
189ord_442@8 @442
190ord_443@8 @443
191ord_444@12 @444
192ord_445@8 @445
193ord_446@4 @446
194ord_447@4 @447
195ord_448@4 @448
196ord_449@4 @449
197ord_450@4 @450
198ord_451@4 @451
199ord_452@8 @452
200ord_453@8 @453
201ord_454@8 @454
202ord_455 @455
203ord_456 @456
204ord_457@4 @457
205ord_458 @458
206ord_460@4 @460
207ord_461@8 @461
208ord_462@20 @462
209ord_463@20 @463
210ord_470@4 @470
211ord_471 @471
212ord_473@4 @473
213ord_474@16 @474
214ord_475@16 @475
215ord_476@16 @476
216ord_477@16 @477
217ord_478@32 @478
218ord_479@32 @479
219ord_480@36 @480
220ord_481@36 @481
221ord_482@12 @482
222ord_483@28 @483
223ord_484@8 @484
224ord_485@8 @485
225ord_486@8 @486
226ord_487@4 @487
227ord_488 @488
228ord_489@16 @489
229ord_490@44 @490
230ord_491@4 @491
lib/libc/mingw/lib32/winscard.def created+75
...@@ -0,0 +1,75 @@
1;
2; Definition file of WinSCard.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "WinSCard.dll"
7EXPORTS
8ClassInstall32@12
9SCardAccessNewReaderEvent@0
10SCardReleaseAllEvents@0
11SCardReleaseNewReaderEvent@0
12SCardAccessStartedEvent@0
13SCardAddReaderToGroupA@12
14SCardAddReaderToGroupW@12
15SCardBeginTransaction@4
16SCardCancel@4
17SCardConnectA@24
18SCardConnectW@24
19SCardControl@28
20SCardDisconnect@8
21SCardEndTransaction@8
22SCardEstablishContext@16
23SCardForgetCardTypeA@8
24SCardForgetCardTypeW@8
25SCardForgetReaderA@8
26SCardForgetReaderGroupA@8
27SCardForgetReaderGroupW@8
28SCardForgetReaderW@8
29SCardFreeMemory@8
30SCardGetAttrib@16
31SCardGetCardTypeProviderNameA@20
32SCardGetCardTypeProviderNameW@20
33SCardGetProviderIdA@12
34SCardGetProviderIdW@12
35SCardGetStatusChangeA@16
36SCardGetStatusChangeW@16
37SCardGetTransmitCount@8
38SCardIntroduceCardTypeA@32
39SCardIntroduceCardTypeW@32
40SCardIntroduceReaderA@12
41SCardIntroduceReaderGroupA@8
42SCardIntroduceReaderGroupW@8
43SCardIntroduceReaderW@12
44SCardIsValidContext@4
45SCardListCardsA@24
46SCardListCardsW@24
47SCardListInterfacesA@16
48SCardListInterfacesW@16
49SCardListReaderGroupsA@12
50SCardListReaderGroupsW@12
51SCardListReadersA@16
52SCardListReadersW@16
53SCardLocateCardsA@16
54SCardLocateCardsByATRA@20
55SCardLocateCardsByATRW@20
56SCardLocateCardsW@16
57SCardReadCacheA@24
58SCardReadCacheW@24
59SCardReconnect@20
60SCardReleaseContext@4
61SCardReleaseStartedEvent@0
62SCardRemoveReaderFromGroupA@12
63SCardRemoveReaderFromGroupW@12
64SCardSetAttrib@16
65SCardSetCardTypeProviderNameA@16
66SCardSetCardTypeProviderNameW@16
67SCardState@20
68SCardStatusA@28
69SCardStatusW@28
70SCardTransmit@28
71SCardWriteCacheA@24
72SCardWriteCacheW@24
73g_rgSCardRawPci DATA
74g_rgSCardT0Pci DATA
75g_rgSCardT1Pci DATA
lib/libc/mingw/lib32/winspool.def created+207
...@@ -0,0 +1,207 @@
1;
2; Definition file of WINSPOOL.DRV
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "WINSPOOL.DRV"
7EXPORTS
8ADVANCEDSETUPDIALOG@16
9AdvancedSetupDialog@16
10ConvertAnsiDevModeToUnicodeDevmode@16
11ConvertUnicodeDevModeToAnsiDevmode@16
12DEVICEMODE@16
13DeviceMode@16
14DocumentEvent@28
15PerfClose@0
16PerfCollect@16
17PerfOpen@4
18QueryColorProfile@24
19QueryRemoteFonts@12
20QuerySpoolMode@12
21SpoolerDevQueryPrintW@20
22StartDocDlgW@8
23AbortPrinter@4
24AddFormA@12
25AddFormW@12
26AddJobA@20
27AddJobW@20
28AddMonitorA@12
29AddMonitorW@12
30AddPortA@12
31AddPortExA@16
32AddPortExW@16
33AddPortW@12
34AddPrintProcessorA@16
35AddPrintProcessorW@16
36AddPrintProvidorA@12
37AddPrintProvidorW@12
38AddPrinterA@12
39AddPrinterConnection2A@16
40AddPrinterConnection2W@16
41AddPrinterConnectionA@4
42AddPrinterConnectionW@4
43AddPrinterDriverA@12
44AddPrinterDriverExA@16
45AddPrinterDriverExW@16
46AddPrinterDriverW@12
47AddPrinterW@12
48AdvancedDocumentPropertiesA@20
49AdvancedDocumentPropertiesW@20
50ClosePrinter@4
51CloseSpoolFileHandle@8
52CommitSpoolData@12
53ConfigurePortA@12
54ConfigurePortW@12
55ConnectToPrinterDlg@8
56CorePrinterDriverInstalledA@44
57CorePrinterDriverInstalledW@44
58CreatePrintAsyncNotifyChannel@24
59CreatePrinterIC@8
60DEVICECAPABILITIES@20
61DeleteFormA@8
62DeleteFormW@8
63DeleteJobNamedProperty@12
64DeleteMonitorA@12
65DeleteMonitorW@12
66DeletePortA@12
67DeletePortW@12
68DeletePrintProcessorA@12
69DeletePrintProcessorW@12
70DeletePrintProvidorA@12
71DeletePrintProvidorW@12
72DeletePrinter@4
73DeletePrinterConnectionA@4
74DeletePrinterConnectionW@4
75DeletePrinterDataA@8
76DeletePrinterDataExA@12
77DeletePrinterDataExW@12
78DeletePrinterDataW@8
79DeletePrinterDriverA@12
80DeletePrinterDriverExA@20
81DeletePrinterDriverExW@20
82DeletePrinterDriverPackageA@12
83DeletePrinterDriverPackageW@12
84DeletePrinterDriverW@12
85DeletePrinterIC@4
86DeletePrinterKeyA@8
87DeletePrinterKeyW@8
88DevQueryPrint@12
89DevQueryPrintEx@4
90DeviceCapabilities@20
91DeviceCapabilitiesA@20
92DeviceCapabilitiesW@20
93DevicePropertySheets@8
94DocumentPropertiesA@24
95DocumentPropertiesW@24
96DocumentPropertySheets@8
97EXTDEVICEMODE@32
98EndDocPrinter@4
99EndPagePrinter@4
100EnumFormsA@24
101EnumFormsW@24
102EnumJobNamedProperties@16
103EnumJobsA@32
104EnumJobsW@32
105EnumMonitorsA@24
106EnumMonitorsW@24
107EnumPortsA@24
108GetDefaultPrinterA@8
109SetDefaultPrinterA@4
110GetDefaultPrinterW@8
111SetDefaultPrinterW@4
112EnumPortsW@24
113EnumPrintProcessorDatatypesA@28
114EnumPrintProcessorDatatypesW@28
115EnumPrintProcessorsA@28
116EnumPrintProcessorsW@28
117EnumPrinterDataA@36
118EnumPrinterDataExA@24
119EnumPrinterDataExW@24
120EnumPrinterDataW@36
121EnumPrinterDriversA@28
122EnumPrinterDriversW@28
123EnumPrinterKeyA@20
124EnumPrinterKeyW@20
125EnumPrintersA@28
126EnumPrintersW@28
127ExtDeviceMode@32
128FindClosePrinterChangeNotification@4
129FindFirstPrinterChangeNotification@16
130FindNextPrinterChangeNotification@16
131FlushPrinter@20
132FreePrintNamedPropertyArray@8
133FreePrintPropertyValue@4
134FreePrinterNotifyInfo@4
135GetCorePrinterDriversA@20
136GetCorePrinterDriversW@20
137GetFormA@24
138GetFormW@24
139GetJobA@24
140GetJobNamedPropertyValue@16
141GetJobW@24
142GetPrintExecutionData@4
143GetPrintOutputInfo@16
144GetPrintProcessorDirectoryA@24
145GetPrintProcessorDirectoryW@24
146GetPrinterA@20
147GetPrinterDataA@24
148GetPrinterDataExA@28
149GetPrinterDataExW@28
150GetPrinterDataW@24
151GetPrinterDriver2A@28
152GetPrinterDriver2W@28
153GetPrinterDriverA@24
154GetPrinterDriverDirectoryA@24
155GetPrinterDriverDirectoryW@24
156GetPrinterDriverPackagePathA@28
157GetPrinterDriverPackagePathW@28
158GetPrinterDriverW@24
159GetPrinterW@20
160GetSpoolFileHandle@4
161InstallPrinterDriverFromPackageA@20
162InstallPrinterDriverFromPackageW@20
163IsValidDevmodeA@8
164IsValidDevmodeW@8
165OpenPrinter2A@16
166OpenPrinter2W@16
167OpenPrinterA@12
168OpenPrinterW@12
169PlayGdiScriptOnPrinterIC@24
170PrinterMessageBoxA@24
171PrinterMessageBoxW@24
172PrinterProperties@8
173ReadPrinter@16
174RegisterForPrintAsyncNotifications@24
175ReportJobProcessingProgress@16
176ResetPrinterA@8
177ResetPrinterW@8
178ScheduleJob@8
179SeekPrinter@24
180SetAllocFailCount@20
181SetFormA@16
182SetFormW@16
183SetJobA@20
184SetJobNamedProperty@12
185SetJobW@20
186SetPortA@16
187SetPortW@16
188SetPrinterA@16
189SetPrinterDataA@20
190SetPrinterDataExA@24
191SetPrinterDataExW@24
192SetPrinterDataW@20
193SetPrinterW@16
194SpoolerInit@0
195SplDriverUnloadComplete@4
196SpoolerPrinterEvent@20
197StartDocDlgA@8
198StartDocDlgW@8
199StartDocPrinterA@12
200StartDocPrinterW@12
201StartPagePrinter@4
202UnRegisterForPrintAsyncNotifications@4
203UploadPrinterDriverPackageA@28
204UploadPrinterDriverPackageW@28
205WaitForPrinterChange@8
206WritePrinter@16
207XcvDataW@32
lib/libc/mingw/lib32/wintrust.def created+137
...@@ -0,0 +1,137 @@
1;
2; Definition file of WINTRUST.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "WINTRUST.dll"
7EXPORTS
8CryptCATVerifyMember@12
9CryptSIPGetInfo@4
10CryptSIPGetRegWorkingFlags@4
11GenericChainCertificateTrust@4
12GenericChainFinalProv@4
13HTTPSCertificateTrust@4
14SoftpubDefCertInit@4
15SoftpubFreeDefUsageCallData@8
16SoftpubLoadDefUsageCallData@8
17WTHelperCertFindIssuerCertificate@28
18AddPersonalTrustDBPages@12
19CatalogCompactHashDatabase@16
20CryptCATAdminAcquireContext@12
21CryptCATAdminAddCatalog@16
22CryptCATAdminCalcHashFromFileHandle@16
23CryptCATAdminEnumCatalogFromHash@20
24CryptCATAdminPauseServiceForBackup@8
25CryptCATAdminReleaseCatalogContext@12
26CryptCATAdminReleaseContext@8
27CryptCATAdminRemoveCatalog@12
28CryptCATAdminResolveCatalogPath@16
29CryptCATAllocSortedMemberInfo@8
30CryptCATCDFClose@4
31CryptCATCDFEnumAttributes@16
32CryptCATCDFEnumAttributesWithCDFTag@20
33CryptCATCDFEnumCatAttributes@12
34CryptCATCDFEnumMembers@12
35CryptCATCDFEnumMembersByCDFTag@16
36CryptCATCDFEnumMembersByCDFTagEx@24
37CryptCATCDFOpen@8
38CryptCATCatalogInfoFromContext@12
39CryptCATClose@4
40CryptCATEnumerateAttr@12
41CryptCATEnumerateCatAttr@8
42CryptCATEnumerateMember@8
43CryptCATFreeSortedMemberInfo@8
44CryptCATGetAttrInfo@12
45CryptCATGetCatAttrInfo@8
46CryptCATGetMemberInfo@8
47CryptCATHandleFromStore@4
48CryptCATOpen@20
49CryptCATPersistStore@4
50CryptCATPutAttrInfo@24
51CryptCATPutCatAttrInfo@20
52CryptCATPutMemberInfo@28
53CryptCATStoreFromHandle@4
54CryptSIPCreateIndirectData@12
55CryptSIPGetSignedDataMsg@20
56CryptSIPPutSignedDataMsg@20
57CryptSIPRemoveSignedDataMsg@8
58CryptSIPVerifyIndirectData@8
59DllRegisterServer
60DllUnregisterServer
61DriverCleanupPolicy@4
62DriverFinalPolicy@4
63DriverInitializePolicy@4
64FindCertsByIssuer@28
65HTTPSFinalProv@4
66IsCatalogFile@8
67MsCatConstructHashTag@12
68MsCatFreeHashTag@4
69OfficeCleanupPolicy@4
70OfficeInitializePolicy@4
71OpenPersonalTrustDBDialog@4
72OpenPersonalTrustDBDialogEx@12
73SoftpubAuthenticode@4
74SoftpubCheckCert@16
75SoftpubCleanup@4
76SoftpubDllRegisterServer
77SoftpubDllUnregisterServer
78SoftpubDumpStructure@4
79SoftpubInitialize@4
80SoftpubLoadMessage@4
81SoftpubLoadSignature@4
82TrustDecode@36
83TrustFindIssuerCertificate@32
84TrustFreeDecode@8
85TrustIsCertificateSelfSigned@12
86TrustOpenStores@16
87WTHelperCertCheckValidSignature@4
88WTHelperCertIsSelfSigned@8
89WTHelperCheckCertUsage@8
90WTHelperGetAgencyInfo@12
91WTHelperGetFileHandle@4
92WTHelperGetFileHash@24
93WTHelperGetFileName@4
94WTHelperGetKnownUsages@8
95WTHelperGetProvCertFromChain@8
96WTHelperGetProvPrivateDataFromChain@8
97WTHelperGetProvSignerFromChain@16
98WTHelperIsInRootStore@8
99WTHelperOpenKnownStores@4
100WTHelperProvDataFromStateData@4
101WVTAsn1CatMemberInfoDecode@28
102WVTAsn1CatMemberInfoEncode@20
103WVTAsn1CatNameValueDecode@28
104WVTAsn1CatNameValueEncode@20
105WVTAsn1SpcFinancialCriteriaInfoDecode@28
106WVTAsn1SpcFinancialCriteriaInfoEncode@20
107WVTAsn1SpcIndirectDataContentDecode@28
108WVTAsn1SpcIndirectDataContentEncode@20
109WVTAsn1SpcLinkDecode@28
110WVTAsn1SpcLinkEncode@20
111WVTAsn1SpcMinimalCriteriaInfoDecode@28
112WVTAsn1SpcMinimalCriteriaInfoEncode@20
113WVTAsn1SpcPeImageDataDecode@28
114WVTAsn1SpcPeImageDataEncode@20
115WVTAsn1SpcSigInfoDecode@28
116WVTAsn1SpcSigInfoEncode@20
117WVTAsn1SpcSpAgencyInfoDecode@28
118WVTAsn1SpcSpAgencyInfoEncode@20
119WVTAsn1SpcSpOpusInfoDecode@28
120WVTAsn1SpcSpOpusInfoEncode@20
121WVTAsn1SpcStatementTypeDecode@28
122WVTAsn1SpcStatementTypeEncode@20
123WinVerifyTrust@12
124WinVerifyTrustEx@12
125WintrustAddActionID@12
126WintrustAddDefaultForUsage@8
127WintrustCertificateTrust@4
128WintrustGetDefaultForUsage@12
129WintrustGetRegPolicyFlags@4
130WintrustLoadFunctionPointers@8
131WintrustRemoveActionID@4
132WintrustSetDefaultIncludePEPageHashes@4
133WintrustSetRegPolicyFlags@4
134mscat32DllRegisterServer
135mscat32DllUnregisterServer
136mssip32DllRegisterServer
137mssip32DllUnregisterServer
lib/libc/mingw/lib32/ws2_32.def created+174
...@@ -0,0 +1,174 @@
1;
2; Definition file of WS2_32.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008
5;
6LIBRARY "WS2_32.dll"
7EXPORTS
8accept@12
9bind@12
10closesocket@4
11connect@12
12getpeername@12
13getsockname@12
14getsockopt@20
15htonl@4
16htons@4
17ioctlsocket@12
18inet_addr@4
19inet_ntoa@4
20listen@8
21ntohl@4
22ntohs@4
23recv@16
24recvfrom@24
25select@20
26send@16
27sendto@24
28setsockopt@20
29shutdown@8
30socket@12
31WSApSetPostRoutine@4
32FreeAddrInfoEx@4
33FreeAddrInfoExW@4
34FreeAddrInfoW@4
35GetAddrInfoExA@40
36GetAddrInfoExW@40
37GetAddrInfoW@16
38GetNameInfoW@28
39InetNtopW@16
40InetPtonW@12
41SetAddrInfoExA@48
42SetAddrInfoExW@48
43WPUCompleteOverlappedRequest@20
44WSAAccept@20
45WSAAddressToStringA@20
46WSAAddressToStringW@20
47WSAAdvertiseProvider@8
48WSACloseEvent@4
49WSAConnect@28
50WSAConnectByList@32
51WSAConnectByNameA@36
52WSAConnectByNameW@36
53WSACreateEvent@0
54WSADuplicateSocketA@12
55WSADuplicateSocketW@12
56WSAEnumNameSpaceProvidersA@8
57WSAEnumNameSpaceProvidersExA@8
58gethostbyaddr@12
59gethostbyname@4
60getprotobyname@4
61getprotobynumber@4
62getservbyname@8
63getservbyport@8
64gethostname@8
65WSAEnumNameSpaceProvidersExW@8
66WSAEnumNameSpaceProvidersW@8
67WSAEnumNetworkEvents@12
68WSAEnumProtocolsA@12
69WSAEnumProtocolsW@12
70WSAEventSelect@12
71WSAGetOverlappedResult@20
72WSAGetQOSByName@12
73WSAGetServiceClassInfoA@16
74WSAGetServiceClassInfoW@16
75WSAGetServiceClassNameByClassIdA@12
76WSAGetServiceClassNameByClassIdW@12
77WSAHtonl@12
78WSAHtons@12
79WSAInstallServiceClassA@4
80WSAInstallServiceClassW@4
81WSAIoctl@36
82WSAJoinLeaf@32
83WSALookupServiceBeginA@12
84WSALookupServiceBeginW@12
85WSALookupServiceEnd@4
86WSALookupServiceNextA@16
87WSALookupServiceNextW@16
88WSANSPIoctl@32
89WSANtohl@12
90WSANtohs@12
91WSAPoll@12
92WSAProviderCompleteAsyncCall@8
93WSAProviderConfigChange@12
94WSARecv@28
95WSARecvDisconnect@8
96WSARecvFrom@36
97WSARemoveServiceClass@4
98WSAResetEvent@4
99WSASend@28
100WSASendDisconnect@8
101WSASendMsg@24
102WSASendTo@36
103WSASetEvent@4
104WSASetServiceA@12
105WSASetServiceW@12
106WSASocketA@24
107WSASocketW@24
108WSAAsyncSelect@16
109WSAAsyncGetHostByAddr@28
110WSAAsyncGetHostByName@20
111WSAAsyncGetProtoByNumber@20
112WSAAsyncGetProtoByName@20
113WSAAsyncGetServByPort@24
114WSAAsyncGetServByName@24
115WSACancelAsyncRequest@4
116WSASetBlockingHook@4
117WSAUnhookBlockingHook@0
118WSAGetLastError@0
119WSASetLastError@4
120WSACancelBlockingCall@0
121WSAIsBlocking@0
122WSAStartup@8
123WSACleanup@0
124WSAStringToAddressA@20
125WSAStringToAddressW@20
126WSAUnadvertiseProvider@4
127WSAWaitForMultipleEvents@20
128WSCDeinstallProvider@8
129WSCEnableNSProvider@8
130WSCEnumProtocols@16
131WSCGetApplicationCategory@24
132WSCGetProviderInfo@24
133WSCGetProviderPath@16
134WSCInstallNameSpace@20
135WSCInstallNameSpaceEx@24
136WSCInstallProvider@20
137WSCInstallProviderAndChains@32
138WSCSetApplicationCategory@28
139WSCSetProviderInfo@24
140WSCUnInstallNameSpace@4
141WSCUpdateProvider@20
142WSCWriteNameSpaceOrder@8
143WSCWriteProviderOrder@8
144WahCloseApcHelper@4
145WahCloseHandleHelper@4
146WahCloseNotificationHandleHelper@4
147WahCloseSocketHandle@8
148WahCloseThread@8
149WahCompleteRequest@20
150WahCreateHandleContextTable@4
151WahCreateNotificationHandle@8
152WahCreateSocketHandle@8
153WahDestroyHandleContextTable@4
154WahDisableNonIFSHandleSupport@0
155WahEnableNonIFSHandleSupport@0
156WahEnumerateHandleContexts@12
157WahInsertHandleContext@8
158__WSAFDIsSet@8
159WahNotifyAllProcesses@4
160WahOpenApcHelper@4
161WahOpenCurrentThread@8
162WahOpenHandleHelper@4
163WahOpenNotificationHandleHelper@4
164WahQueueUserApc@16
165WahReferenceContextByHandle@8
166WahRemoveHandleContext@8
167WahWaitForNotification@16
168WahWriteLSPEvent@8
169freeaddrinfo@4
170getaddrinfo@16
171getnameinfo@28
172inet_ntop@16
173inet_pton@12
174WEP@0
lib/libc/mingw/lib64/mswsock.def created+40
...@@ -0,0 +1,40 @@
1;
2; Exports of file MSWSOCK.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY MSWSOCK.dll
8EXPORTS
9ServiceMain
10SvchostPushServiceGlobals
11AcceptEx
12EnumProtocolsA
13EnumProtocolsW
14GetAcceptExSockaddrs
15GetAddressByNameA
16GetAddressByNameW
17GetNameByTypeA
18GetNameByTypeW
19GetServiceA
20GetServiceW
21GetTypeByNameA
22GetTypeByNameW
23MigrateWinsockConfiguration
24NPLoadNameSpaces
25NSPStartup
26SetServiceA
27SetServiceW
28StartWsdpService
29StopWsdpService
30TransmitFile
31WSARecvEx
32WSPStartup
33dn_expand
34getnetbyname
35inet_network
36rcmd
37rexec
38rresvport
39s_perror
40sethostname
lib/libc/mingw/lib64/samsrv.def created+170
...@@ -0,0 +1,170 @@
1;
2; Exports of file SAMSRV.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY SAMSRV.dll
8EXPORTS
9SamIAccountRestrictions
10SamIAddDSNameToAlias
11SamIAddDSNameToGroup
12SamIAmIGC
13SamIChangePasswordForeignUser
14SamIChangePasswordForeignUser2
15SamIConnect
16SamICreateAccountByRid
17SamIDemote
18SamIDemoteUndo
19SamIDoFSMORoleChange
20SamIDsCreateObjectInDomain
21SamIDsSetObjectInformation
22SamIEnumerateAccountRids
23SamIEnumerateInterdomainTrustAccountsForUpgrade
24SamIFloatingSingleMasterOpEx
25SamIFreeSidAndAttributesList
26SamIFreeSidArray
27SamIFreeVoid
28SamIFree_SAMPR_ALIAS_INFO_BUFFER
29SamIFree_SAMPR_DISPLAY_INFO_BUFFER
30SamIFree_SAMPR_DOMAIN_INFO_BUFFER
31SamIFree_SAMPR_ENUMERATION_BUFFER
32SamIFree_SAMPR_GET_GROUPS_BUFFER
33SamIFree_SAMPR_GET_MEMBERS_BUFFER
34SamIFree_SAMPR_GROUP_INFO_BUFFER
35SamIFree_SAMPR_PSID_ARRAY
36SamIFree_SAMPR_RETURNED_USTRING_ARRAY
37SamIFree_SAMPR_SR_SECURITY_DESCRIPTOR
38SamIFree_SAMPR_ULONG_ARRAY
39SamIFree_SAMPR_USER_INFO_BUFFER
40SamIFree_UserInternal6Information
41SamIGCLookupNames
42SamIGCLookupSids
43SamIGetAliasMembership
44SamIGetBootKeyInformation
45SamIGetDefaultAdministratorName
46SamIGetDefaultComputersContainer
47SamIGetFixedAttributes
48SamIGetInterdomainTrustAccountPasswordsForUpgrade
49SamIGetPrivateData
50SamIGetResourceGroupMembershipsTransitive
51SamIGetSerialNumberDomain
52SamIGetUserLogonInformation
53SamIGetUserLogonInformation2
54SamIGetUserLogonInformationEx
55SamIHandleObjectUpdate
56SamIImpersonateNullSession
57SamIIncrementPerformanceCounter
58SamIInitialize
59SamIIsAttributeProtected
60SamIIsDownlevelDcUpgrade
61SamIIsExtendedSidMode
62SamIIsRebootAfterPromotion
63SamIIsSetupInProgress
64SamILoadDownlevelDatabase
65SamILoopbackConnect
66SamIMixedDomain
67SamIMixedDomain2
68SamINT4UpgradeInProgress
69SamINetLogonPing
70SamINotifyDelta
71SamINotifyRoleChange
72SamINotifyServerDelta
73SamIOpenAccount
74SamIOpenUserByAlternateId
75SamIPromote
76SamIPromoteUndo
77SamIQueryServerRole
78SamIQueryServerRole2
79SamIRemoveDSNameFromAlias
80SamIRemoveDSNameFromGroup
81SamIReplaceDownlevelDatabase
82SamIResetBadPwdCountOnPdc
83SamIRetrievePrimaryCredentials
84SamIRevertNullSession
85SamISameSite
86SamISetAuditingInformation
87SamISetMixedDomainFlag
88SamISetPasswordForeignUser
89SamISetPasswordForeignUser2
90SamISetPasswordInfoOnPdc
91SamISetPrivateData
92SamISetSerialNumberDomain
93SamIStorePrimaryCredentials
94SamIUPNFromUserHandle
95SamIUnLoadDownlevelDatabase
96SamIUpdateLogonStatistics
97SampAbortSingleLoopbackTask
98SampAccountControlToFlags
99SampAcquireSamLockExclusive
100SampAcquireWriteLock
101SampCommitBufferedWrites
102SampConvertNt4SdToNt5Sd
103SampDsChangePasswordUser
104SampFlagsToAccountControl
105SampGetDefaultSecurityDescriptorForClass
106SampGetSerialNumberDomain2
107SampInitializeRegistry
108SampInitializeSdConversion
109SampInvalidateDomainCache
110SampInvalidateRidRange
111SampIsAuditingEnabled
112SampNetLogonNotificationRequired
113SampNotifyAuditChange
114SampNotifyReplicatedInChange
115SampProcessSingleLoopbackTask
116SampReleaseSamLockExclusive
117SampReleaseWriteLock
118SampRtlConvertUlongToUnicodeString
119SampSetSerialNumberDomain2
120SampUsingDsData
121SampWriteGroupType
122SamrAddMemberToAlias
123SamrAddMemberToGroup
124SamrAddMultipleMembersToAlias
125SamrChangePasswordUser
126SamrCloseHandle
127SamrCreateAliasInDomain
128SamrCreateGroupInDomain
129SamrCreateUser2InDomain
130SamrCreateUserInDomain
131SamrDeleteAlias
132SamrDeleteGroup
133SamrDeleteUser
134SamrEnumerateAliasesInDomain
135SamrEnumerateDomainsInSamServer
136SamrEnumerateGroupsInDomain
137SamrEnumerateUsersInDomain
138SamrGetAliasMembership
139SamrGetGroupsForUser
140SamrGetMembersInAlias
141SamrGetMembersInGroup
142SamrGetUserDomainPasswordInformation
143SamrLookupDomainInSamServer
144SamrLookupIdsInDomain
145SamrLookupNamesInDomain
146SamrOpenAlias
147SamrOpenDomain
148SamrOpenGroup
149SamrOpenUser
150SamrQueryDisplayInformation
151SamrQueryInformationAlias
152SamrQueryInformationDomain
153SamrQueryInformationGroup
154SamrQueryInformationUser
155SamrQuerySecurityObject
156SamrRemoveMemberFromAlias
157SamrRemoveMemberFromForeignDomain
158SamrRemoveMemberFromGroup
159SamrRemoveMultipleMembersFromAlias
160SamrRidToSid
161SamrSetInformationAlias
162SamrSetInformationDomain
163SamrSetInformationGroup
164SamrSetInformationUser
165SamrSetMemberAttributesOfGroup
166SamrSetSecurityObject
167SamrShutdownSamServer
168SamrTestPrivateFunctionsDomain
169SamrTestPrivateFunctionsUser
170SamrUnicodeChangePasswordUser2
lib/libc/mingw/lib64/urlmon.def created+96
...@@ -0,0 +1,96 @@
1;
2; Exports of file urlmon.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY urlmon.dll
8EXPORTS
9AsyncGetClassBits
10AsyncInstallDistributionUnit
11BindAsyncMoniker
12CDLGetLongPathNameA
13CDLGetLongPathNameW
14CoGetClassObjectFromURL
15CoInstall
16CoInternetCombineUrl
17CoInternetCompareUrl
18CoInternetCreateSecurityManager
19CoInternetCreateZoneManager
20CoInternetFeatureSettingsChanged
21CoInternetGetProtocolFlags
22CoInternetGetSecurityUrl
23CoInternetGetSession
24CoInternetIsFeatureEnabled
25CoInternetIsFeatureEnabledForUrl
26CoInternetIsFeatureZoneElevationEnabled
27CoInternetParseUrl
28CoInternetQueryInfo
29CoInternetSetFeatureEnabled
30CompareSecurityIds
31CompatFlagsFromClsid
32CopyBindInfo
33CopyStgMedium
34CreateAsyncBindCtx
35CreateAsyncBindCtxEx
36CreateFormatEnumerator
37CreateURLMoniker
38CreateURLMonikerEx
39DllCanUnloadNow
40DllGetClassObject
41DllInstall
42DllRegisterServer
43DllRegisterServerEx
44DllUnregisterServer
45Extract
46FaultInIEFeature
47FindMediaType
48FindMediaTypeClass
49FindMimeFromData
50GetAddSitesFileUrl
51GetClassFileOrMime
52GetClassURL
53GetComponentIDFromCLSSPEC
54GetMarkOfTheWeb
55GetSoftwareUpdateInfo
56HlinkGoBack
57HlinkGoForward
58HlinkNavigateMoniker
59HlinkNavigateString
60HlinkSimpleNavigateToMoniker
61HlinkSimpleNavigateToString
62InstallFlash
63IsAsyncMoniker
64IsJITInProgress
65IsLoggingEnabledA
66IsLoggingEnabledW
67IsValidURL
68MkParseDisplayNameEx
69ObtainUserAgentString
70PrivateCoInstall
71RegisterBindStatusCallback
72RegisterFormatEnumerator
73RegisterMediaTypeClass
74RegisterMediaTypes
75ReleaseBindInfo
76RevokeBindStatusCallback
77RevokeFormatEnumerator
78SetSoftwareUpdateAdvertisementState
79ShowTrustAlertDialog
80URLDownloadA
81URLDownloadToCacheFileA
82URLDownloadToCacheFileW
83URLDownloadToFileA
84URLDownloadToFileW
85URLDownloadW
86URLOpenBlockingStreamA
87URLOpenBlockingStreamW
88URLOpenPullStreamA
89URLOpenPullStreamW
90URLOpenStreamA
91URLOpenStreamW
92UrlMkBuildVersion
93UrlMkGetSessionOption
94UrlMkSetSessionOption
95WriteHitLogging
96ZonesReInit
lib/libc/mingw/lib64/wintrust.def created+136
...@@ -0,0 +1,136 @@
1;
2; Exports of file WINTRUST.dll
3;
4; Autogenerated by gen_exportdef
5; Written by Kai Tietz, 2007
6;
7LIBRARY WINTRUST.dll
8EXPORTS
9CryptCATVerifyMember
10CryptSIPGetInfo
11CryptSIPGetRegWorkingFlags
12GenericChainCertificateTrust
13GenericChainFinalProv
14HTTPSCertificateTrust
15SoftpubDefCertInit
16SoftpubFreeDefUsageCallData
17SoftpubLoadDefUsageCallData
18WTHelperCertFindIssuerCertificate
19AddPersonalTrustDBPages
20CatalogCompactHashDatabase
21CryptCATAdminAcquireContext
22CryptCATAdminAddCatalog
23CryptCATAdminCalcHashFromFileHandle
24CryptCATAdminEnumCatalogFromHash
25CryptCATAdminPauseServiceForBackup
26CryptCATAdminReleaseCatalogContext
27CryptCATAdminReleaseContext
28CryptCATAdminRemoveCatalog
29CryptCATAdminResolveCatalogPath
30CryptCATCDFClose
31CryptCATCDFEnumAttributes
32CryptCATCDFEnumAttributesWithCDFTag
33CryptCATCDFEnumCatAttributes
34CryptCATCDFEnumMembers
35CryptCATCDFEnumMembersByCDFTag
36CryptCATCDFEnumMembersByCDFTagEx
37CryptCATCDFOpen
38CryptCATCatalogInfoFromContext
39CryptCATClose
40CryptCATEnumerateAttr
41CryptCATEnumerateCatAttr
42CryptCATEnumerateMember
43CryptCATGetAttrInfo
44CryptCATGetCatAttrInfo
45CryptCATGetMemberInfo
46CryptCATHandleFromStore
47CryptCATOpen
48CryptCATPersistStore
49CryptCATPutAttrInfo
50CryptCATPutCatAttrInfo
51CryptCATPutMemberInfo
52CryptCATStoreFromHandle
53CryptSIPCreateIndirectData
54CryptSIPGetSignedDataMsg
55CryptSIPPutSignedDataMsg
56CryptSIPRemoveSignedDataMsg
57CryptSIPVerifyIndirectData
58DllRegisterServer
59DllUnregisterServer
60DriverCleanupPolicy
61DriverFinalPolicy
62DriverInitializePolicy
63FindCertsByIssuer
64HTTPSFinalProv
65I_CryptCatAdminMigrateToNewCatDB
66IsCatalogFile
67MsCatConstructHashTag
68MsCatFreeHashTag
69OfficeCleanupPolicy
70OfficeInitializePolicy
71OpenPersonalTrustDBDialog
72OpenPersonalTrustDBDialogEx
73SoftpubAuthenticode
74SoftpubCheckCert
75SoftpubCleanup
76SoftpubDllRegisterServer
77SoftpubDllUnregisterServer
78SoftpubDumpStructure
79SoftpubInitialize
80SoftpubLoadMessage
81SoftpubLoadSignature
82TrustDecode
83TrustFindIssuerCertificate
84TrustFreeDecode
85TrustIsCertificateSelfSigned
86TrustOpenStores
87WTHelperCertCheckValidSignature
88WTHelperCertIsSelfSigned
89WTHelperCheckCertUsage
90WTHelperGetAgencyInfo
91WTHelperGetFileHandle
92WTHelperGetFileHash
93WTHelperGetFileName
94WTHelperGetKnownUsages
95WTHelperGetProvCertFromChain
96WTHelperGetProvPrivateDataFromChain
97WTHelperGetProvSignerFromChain
98WTHelperIsInRootStore
99WTHelperOpenKnownStores
100WTHelperProvDataFromStateData
101WVTAsn1CatMemberInfoDecode
102WVTAsn1CatMemberInfoEncode
103WVTAsn1CatNameValueDecode
104WVTAsn1CatNameValueEncode
105WVTAsn1SpcFinancialCriteriaInfoDecode
106WVTAsn1SpcFinancialCriteriaInfoEncode
107WVTAsn1SpcIndirectDataContentDecode
108WVTAsn1SpcIndirectDataContentEncode
109WVTAsn1SpcLinkDecode
110WVTAsn1SpcLinkEncode
111WVTAsn1SpcMinimalCriteriaInfoDecode
112WVTAsn1SpcMinimalCriteriaInfoEncode
113WVTAsn1SpcPeImageDataDecode
114WVTAsn1SpcPeImageDataEncode
115WVTAsn1SpcSigInfoDecode
116WVTAsn1SpcSigInfoEncode
117WVTAsn1SpcSpAgencyInfoDecode
118WVTAsn1SpcSpAgencyInfoEncode
119WVTAsn1SpcSpOpusInfoDecode
120WVTAsn1SpcSpOpusInfoEncode
121WVTAsn1SpcStatementTypeDecode
122WVTAsn1SpcStatementTypeEncode
123WinVerifyTrust
124WinVerifyTrustEx
125WintrustAddActionID
126WintrustAddDefaultForUsage
127WintrustCertificateTrust
128WintrustGetDefaultForUsage
129WintrustGetRegPolicyFlags
130WintrustLoadFunctionPointers
131WintrustRemoveActionID
132WintrustSetRegPolicyFlags
133mscat32DllRegisterServer
134mscat32DllUnregisterServer
135mssip32DllRegisterServer
136mssip32DllUnregisterServer
lib/libc/mingw/libarm32/mswsock.def created+70
...@@ -0,0 +1,70 @@
1;
2; Definition file of MSWSOCK.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008-2014
5;
6LIBRARY "MSWSOCK.dll"
7EXPORTS
8AcceptEx
9EnumProtocolsA
10EnumProtocolsW
11GetAcceptExSockaddrs
12GetAddressByNameA
13GetAddressByNameW
14GetNameByTypeA
15GetNameByTypeW
16GetServiceA
17GetServiceW
18GetSocketErrorMessageW
19GetTypeByNameA
20GetTypeByNameW
21MigrateWinsockConfiguration
22MigrateWinsockConfigurationEx
23NPLoadNameSpaces
24NSPStartup
25SetServiceA
26SetServiceW
27StartWsdpService
28StopWsdpService
29Tcpip4_WSHAddressToString
30Tcpip4_WSHEnumProtocols
31Tcpip4_WSHGetBroadcastSockaddr
32Tcpip4_WSHGetProviderGuid
33Tcpip4_WSHGetSockaddrType
34Tcpip4_WSHGetSocketInformation
35Tcpip4_WSHGetWSAProtocolInfo
36Tcpip4_WSHGetWildcardSockaddr
37Tcpip4_WSHGetWinsockMapping
38Tcpip4_WSHIoctl
39Tcpip4_WSHJoinLeaf
40Tcpip4_WSHNotify
41Tcpip4_WSHOpenSocket
42Tcpip4_WSHOpenSocket2
43Tcpip4_WSHSetSocketInformation
44Tcpip4_WSHStringToAddress
45Tcpip6_WSHAddressToString
46Tcpip6_WSHEnumProtocols
47Tcpip6_WSHGetProviderGuid
48Tcpip6_WSHGetSockaddrType
49Tcpip6_WSHGetSocketInformation
50Tcpip6_WSHGetWSAProtocolInfo
51Tcpip6_WSHGetWildcardSockaddr
52Tcpip6_WSHGetWinsockMapping
53Tcpip6_WSHIoctl
54Tcpip6_WSHJoinLeaf
55Tcpip6_WSHNotify
56Tcpip6_WSHOpenSocket
57Tcpip6_WSHOpenSocket2
58Tcpip6_WSHSetSocketInformation
59Tcpip6_WSHStringToAddress
60TransmitFile
61WSARecvEx
62WSPStartup
63dn_expand
64getnetbyname
65inet_network
66rcmd
67rexec
68rresvport
69s_perror
70sethostname
lib/libc/mingw/libarm32/samsrv.def created+328
...@@ -0,0 +1,328 @@
1;
2; Definition file of SAMSRV.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008-2014
5;
6LIBRARY "SAMSRV.dll"
7EXPORTS
8RtlDeleteElementGenericTable2
9RtlInitializeGenericTable2
10RtlInsertElementGenericTable2
11RtlLookupElementGenericTable2
12SAM_MIDL_user_allocate
13SAM_MIDL_user_free
14SamDsExtAlloc
15SamDsExtFree
16SamIAccountRestrictions
17SamIAddDSNameToAlias
18SamIChangePasswordForeignUser
19SamIClaimIsValid
20SamIConnect
21SamIConvertSecurityAttributesToClaimsBlob
22SamICopyCurrentDomainAccountSettings
23SamICreateKrbTgt
24SamIDecodeClaimsBlob
25SamIDecodeClaimsBlobIntoClaimsSet
26SamIDecodeClaimsBlobToAuthz
27SamIDemote
28SamIDemoteUndo
29SamIDoFSMORoleChange
30SamIFreeAuthzSecurityAttributesInfo
31SamIFreeClaimsBlob
32SamIFreeDecodedClaimsSet
33SamIFreeLookupNamesInfo
34SamIFreeLookupSidsInfo
35SamIFreeOidList
36SamIFreeRealmList
37SamIFreeSecurityAttributesInfo
38SamIFreeSidAndAttributesList
39SamIFreeSidArray
40SamIFreeVoid
41SamIFree_SAMPR_DISPLAY_INFO_BUFFER
42SamIFree_SAMPR_DOMAIN_INFO_BUFFER
43SamIFree_SAMPR_ENUMERATION_BUFFER
44SamIFree_SAMPR_GET_GROUPS_BUFFER
45SamIFree_SAMPR_RETURNED_USTRING_ARRAY
46SamIFree_SAMPR_ULONG_ARRAY
47SamIFree_SAMPR_USER_INFO_BUFFER
48SamIFree_UserInternal6Information
49SamIGetAliasMembership
50SamIGetConfigurationOidList
51SamIGetDefaultAdministratorName
52SamIGetResourceGroupMembershipsTransitive
53SamIGetUserLogonInformation
54SamIGetUserLogonInformation2
55SamIGetUserLogonInformation3
56SamIGetUserLogonInformationEx
57SamIHandleObjectUpdate
58SamIImpersonateNullSession
59SamIInitialize
60SamIIsDownlevelDcUpgrade
61SamIIsExtendedSidMode
62SamIIsRebootAfterPromotion
63SamIIsSetupInProgress
64SamILoadDownlevelDatabase
65SamILookupNamesBySid
66SamILookupNamesInDomain
67SamILookupSidsByName
68SamILoopbackConnect
69SamIMixedDomain
70SamIMixedDomain2
71SamINT4UpgradeInProgress
72SamINetLogonPing
73SamINotifyRoleChange
74SamIOpenUserByAlternateId
75SamIPromote
76SamIPromoteUndo
77SamIPurgeSecrets
78SamIQueryAccountSecretsCachability
79SamIQueryCapabilities
80SamIQueryRealmList
81SamIQueryServerRole
82SamIQueryServerRole2
83SamIRemoveDSNameFromAlias
84SamIReplaceDownlevelDatabase
85SamIReplicateAccountData
86SamIResetBadPwdCountOnPdc
87SamIRetrieveMultiplePrimaryCredentials
88SamIRetrievePrimaryCredentials
89SamIRevertNullSession
90SamIScorePassword
91SamISetAuditingInformation
92SamISetMachinePassword
93SamISetPasswordForeignUser2
94SamISetPasswordForeignUser3
95SamISetPasswordInfoOnDc
96SamIStorePrimaryCredentials
97SamITransformClaims
98SamIUPNFromUserHandle
99SamIUnLoadDownlevelDatabase
100SamIUninitialize
101SamIUpdateLogonStatistics
102SamIValidateAccountName
103SamIValidateNewAccountName
104SampAccountControlToFlags
105SampAcquireReadLock
106SampAcquireSamLockExclusive
107SampAcquireWriteLock
108SampAddAccountToGroupMembers
109SampAddAccountsAndApplyMemberships
110SampAddDeltaTime
111SampAddNonLocalDomainRelativeMemberships
112SampAddSameDomainMemberToGlobalOrUniversalGroup
113SampAddUserToGroup
114SampAlInvalidateAliasInformation
115SampAllocateNextCurrentRidFromIndex
116SampApplyDomainUpdatesForAllDomains
117SampAssignPrimaryGroup
118SampAuditAccountEnableDisableChange
119SampAuditAccountNameChange
120SampAuditAnyEvent
121SampAuditGroupTypeChange
122SampAuditSidHistory
123SampBuildDsNameFromSid
124SampBuildSamProtection
125SampCalculateLmAndNtOwfPasswords
126SampChangeAliasAccountName
127SampChangeGroupAccountName
128SampChangeUserAccountName
129SampCheckForAccountLockout
130SampCheckGroupTypeBits
131SampCheckSidType
132SampCommitBufferedWrites
133SampCompareDisplayStrings
134SampComputePasswordExpired
135SampConnect
136SampConvertUiListToApiList
137SampCreateAccountContext2
138SampCreateAliasInDomain
139SampCreateContextEx
140SampCreateDefaultUPN
141SampCreateFullSid
142SampCreateGroupInDomain
143SampCreateUserInDomain
144SampCurrentThreadOwnsLock
145SampDeReferenceContext
146SampDecrementActiveThreads
147SampDecryptCredentialData
148SampDeleteContext
149SampDeleteDsDirsToDeleteKey
150SampDeleteKeyForPostBootPromote
151SampDeltaChangeNotify
152SampDsChangePasswordUser
153SampDsConvertReadAttrBlock
154SampDsGetPrimaryDomainStart
155SampDsInitializeSingleDomain
156SampDsIsRunning
157SampDsMakeAttrBlock
158SampDsSetBuiltinDomainPolicy
159SampDsSetDomainPolicy
160SampDsSetPasswordUser
161SampDsUpdateContextAttributes
162SampDuplicateGroupInfo
163SampDuplicateMachineInfo
164SampDuplicateOemGroupInfo
165SampDuplicateOemUserInfo
166SampDuplicateUnicodeString
167SampDuplicateUserInfo
168SampEncryptCredentialData
169SampExamineSid
170SampExtendDefinedDomains
171SampFlagsToAccountControl
172SampFreeGroupInfo
173SampFreeMachineInfo
174SampFreeOemGroupInfo
175SampFreeOemUserInfo
176SampFreeUnicodeString
177SampFreeUserInfo
178SampGenerateRandomPassword
179SampGetAccessAttribute
180SampGetAccountDomainInfo
181SampGetBehaviorVersion
182SampGetCurrentOwnerAndPrimaryGroup
183SampGetDisableOutboundRSO
184SampGetDisableRSOOnPDCForward
185SampGetDisableResetBadPwdCountForward
186SampGetDisableSingleObjectRepl
187SampGetDnsDomainNameFromIndex
188SampGetDomainContextFromIndex
189SampGetDomainObjectFromAccountContext
190SampGetDomainObjectFromIndex
191SampGetDomainServerRoleFromIndex
192SampGetDomainSidFromAccountContext
193SampGetDomainSidFromIndex
194SampGetDomainSidListForSam
195SampGetDomainUpgradeTasks
196SampGetDownLevelDomainControllersPresent
197SampGetExtendedAttribute
198SampGetExternalNameFromIndex
199SampGetFixedAttributes
200SampGetHasNeverTime
201SampGetIgnoreGCFailures
202SampGetLogLevel
203SampGetNT4UpgradeInProgress
204SampGetNewAccountSecurityNt4
205SampGetNextUnmodifiedRidFromIndex
206SampGetNoGcLogonEnforceKerberosIpCheck
207SampGetNoGcLogonEnforceNTLMCheck
208SampGetObjectSD
209SampGetObjectTypeNameFromIndex
210SampGetPasswordMustChangeWithUF_UAC
211SampGetReverseMembershipTransitive
212SampGetSamSubsystemName
213SampGetSerialNumberDomain2
214SampGetServerObjectName
215SampGetSidArrayAttribute
216SampGetSidAttribute
217SampGetSuccessAccountAuditingEnabled
218SampGetUlongArrayAttribute
219SampGetUnicodeStringAttribute
220SampGetUserAccountControlComputed
221SampGetUserAccountSettings
222SampGetWillNeverTime
223SampImpersonateClient
224SampIncreaseBadPwdCountLoopback
225SampIncrementActiveThreads
226SampIncrementNetlogonChangeLogSerialNumber
227SampInvalidateDomainCache
228SampIsAccountBuiltIn
229SampIsAuditingEnabled
230SampIsBuiltinDomain
231SampIsDomainHosted
232SampIsServiceRunning
233SampIsSetupInProgress
234SampLogPrint
235SampLookupContext
236SampMarkPerAttributeInvalidFromWhichFields
237SampNeedUserAccountSettingsDuringQuery
238SampNetLogonNotificationRequired
239SampNotifyAuditChange
240SampNotifyReplicatedInChange
241SampPasswordChangeNotify
242SampPasswordChangeNotifyWorker
243SampPositionOfHighestBit
244SampQueryCapabilities
245SampQueryInformationUserInternal
246SampReadExtendedAttributes
247SampRecordSystemSchemaVerisonInRegistry
248SampReferenceContext
249SampRegObjToDsObj
250SampReleaseReadLock
251SampReleaseSamLockExclusive
252SampReleaseWriteLock
253SampRemoveAccountFromGroupMembers
254SampRemoveSameDomainMemberFromGlobalOrUniversalGroup
255SampRemoveUserFromGroup
256SampRenameKrbtgtAccount
257SampReplaceUserLogonHours
258SampReplaceUserV1aFixed
259SampRetrieveGroupV1Fixed
260SampRetrieveMultipleCredentials
261SampRetrieveUserPasswords
262SampRetrieveUserV1aFixed
263SampRevertToSelf
264SampRtlWellKnownPrivilegeCheck
265SampSetAccessAttribute
266SampSetAdminPassword
267SampSetAttributeAccess
268SampSetComputerObjectDsName
269SampSetDSRMPasswordWorker
270SampSetExtendedAttributeAccess
271SampSetFixedAttributes
272SampSetGlobalDsSids
273SampSetPassword
274SampSetPasswordInfoOnPdcByHandle
275SampSetPasswordInfoOnPdcByIndex
276SampSetSerialNumberDomain2
277SampSetTransactionDomain
278SampSetTransactionWithinDomain
279SampSetUnicodeStringAttribute
280SampSetUserAccountControl
281SampSplitSid
282SampStoreObjectAttributes
283SampStringFromGuid
284SampTraceEvent
285SampUpdateAccountDisabledFlag
286SampUpdateComputedUserAccountControlBits
287SampUpdateMixedModeAndFindDomain
288SampUpdatePerformanceCounters
289SampUpgradeUserParmsActual
290SampUsingDsData
291SampValidateDomainCacheCallback
292SampValidateDomainControllerCreation
293SampValidatePwdSettingAttempt
294SampValidateRegAttributes
295SampWriteEventLog
296SampWriteGroupType
297SamrAddMemberToAlias
298SamrAddMemberToGroup
299SamrCloseHandle
300SamrCreateUser2InDomain
301SamrCreateUserInDomain
302SamrDeleteAlias
303SamrDeleteGroup
304SamrDeleteUser
305SamrEnumerateUsersInDomain
306SamrEnumerateUsersInDomain2
307SamrGetAliasMembership
308SamrGetGroupsForUser
309SamrLookupIdsInDomain
310SamrLookupNamesInDomain
311SamrLookupNamesInDomain2
312SamrOpenAlias
313SamrOpenDomain
314SamrOpenGroup
315SamrOpenUser
316SamrQueryDisplayInformation
317SamrQueryInformationDomain
318SamrQueryInformationUser
319SamrQueryInformationUser2
320SamrQuerySecurityObject
321SamrRemoveMemberFromAlias
322SamrRemoveMemberFromGroup
323SamrRidToSid
324SamrSetInformationAlias
325SamrSetInformationGroup
326SamrSetInformationUser
327SamrSetSecurityObject
328SamrValidatePassword
lib/libc/mingw/libarm32/urlmon.def created+292
...@@ -0,0 +1,292 @@
1;
2; Definition file of urlmon.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008-2014
5;
6LIBRARY "urlmon.dll"
7EXPORTS
8ord_100 @100
9ord_101 @101
10ord_102 @102
11ord_103 @103
12ord_104 @104
13ord_105 @105
14ord_106 @106
15ord_107 @107
16ord_108 @108
17FileBearsMarkOfTheWeb
18GetPortFromUrlScheme
19ord_111 @111
20ord_112 @112
21ord_113 @113
22ord_114 @114
23ord_115 @115
24ord_116 @116
25ord_117 @117
26GetPropertyFromName
27GetPropertyName
28IsDWORDProperty
29IsStringProperty
30AsyncGetClassBits
31AsyncInstallDistributionUnit
32BindAsyncMoniker
33CDLGetLongPathNameA
34CDLGetLongPathNameW
35CORPolicyProvider
36CoGetClassObjectFromURL
37CoInstall
38CoInternetCanonicalizeIUri
39CoInternetCombineIUri
40CoInternetCombineUrl
41CoInternetCombineUrlEx
42CoInternetCompareUrl
43CoInternetCreateSecurityManager
44CoInternetCreateZoneManager
45CoInternetFeatureSettingsChanged
46CoInternetGetProtocolFlags
47CoInternetGetSecurityUrl
48CoInternetGetSecurityUrlEx
49CoInternetGetSession
50CoInternetIsFeatureEnabled
51CoInternetIsFeatureEnabledForIUri
52CoInternetIsFeatureEnabledForUrl
53CoInternetIsFeatureZoneElevationEnabled
54CoInternetParseIUri
55CoInternetParseUrl
56CoInternetQueryInfo
57CoInternetSetFeatureEnabled
58CompareSecurityIds
59CompatFlagsFromClsid
60CopyBindInfo
61CopyStgMedium
62CreateAsyncBindCtx
63CreateAsyncBindCtxEx
64CreateFormatEnumerator
65CreateIUriBuilder
66CreateURLMoniker
67CreateURLMonikerEx
68CreateURLMonikerEx2
69CreateUri
70CreateUriFromMultiByteString
71CreateUriPriv
72CreateUriWithFragment
73Extract
74FaultInIEFeature
75FindMediaType
76FindMediaTypeClass
77FindMimeFromData
78GetAddSitesFileUrl
79GetClassFileOrMime
80GetClassURL
81GetComponentIDFromCLSSPEC
82GetIDNFlagsForUri
83GetIUriPriv
84GetIUriPriv2
85GetLabelsFromNamedHost
86GetMarkOfTheWeb
87GetSoftwareUpdateInfo
88GetUrlmonThreadNotificationHwnd
89GetZoneFromAlternateDataStreamEx
90HlinkGoBack
91HlinkGoForward
92HlinkNavigateMoniker
93HlinkNavigateString
94HlinkSimpleNavigateToMoniker
95HlinkSimpleNavigateToString
96IEDllLoader
97IEGetUserPrivateNamespaceName
98IEInstallScope
99IntlPercentEncodeNormalize
100IsAsyncMoniker
101IsIntranetAvailable
102IsJITInProgress
103IsLoggingEnabledA
104IsLoggingEnabledW
105IsValidURL
106MkParseDisplayNameEx
107ObtainUserAgentString
108PrivateCoInstall
109QueryAssociations
110QueryClsidAssociation
111RegisterBindStatusCallback
112RegisterFormatEnumerator
113RegisterMediaTypeClass
114RegisterMediaTypes
115RegisterWebPlatformPermanentSecurityManager
116ReleaseBindInfo
117RevokeBindStatusCallback
118RevokeFormatEnumerator
119SetAccessForIEAppContainer
120SetSoftwareUpdateAdvertisementState
121ShouldDisplayPunycodeForUri
122ShouldShowIntranetWarningSecband
123ShowTrustAlertDialog
124URLDownloadA
125URLDownloadToCacheFileA
126URLDownloadToCacheFileW
127URLDownloadToFileA
128URLDownloadToFileW
129URLDownloadW
130URLOpenBlockingStreamA
131URLOpenBlockingStreamW
132URLOpenPullStreamA
133URLOpenPullStreamW
134URLOpenStreamA
135URLOpenStreamW
136UnregisterWebPlatformPermanentSecurityManager
137UrlMkBuildVersion
138UrlMkGetSessionOption
139UrlMkSetSessionOption
140UrlmonCleanupCurrentThread
141WriteHitLogging
142ZonesReInit
143ord_304 @304
144ord_305 @305
145ord_306 @306
146ord_307 @307
147ord_308 @308
148ord_309 @309
149ord_310 @310
150ord_311 @311
151ord_312 @312
152ord_313 @313
153ord_314 @314
154ord_315 @315
155ord_316 @316
156ord_318 @318
157ord_319 @319
158ord_320 @320
159ord_321 @321
160IECompatLogCSSFix
161ord_323 @323
162ord_324 @324
163ord_395 @395
164ord_400 @400
165ord_401 @401
166ord_403 @403
167ord_404 @404
168ord_406 @406
169ord_407 @407
170ord_408 @408
171ord_409 @409
172ord_410 @410
173ord_411 @411
174ord_412 @412
175ord_413 @413
176ord_414 @414
177ord_415 @415
178ord_416 @416
179ord_417 @417
180ord_421 @421
181ord_422 @422
182ord_423 @423
183ord_430 @430
184ord_431 @431
185ord_432 @432
186ord_433 @433
187ord_434 @434
188ord_435 @435
189ord_436 @436
190ord_437 @437
191ord_438 @438
192ord_439 @439
193ord_440 @440
194ord_441 @441
195ord_442 @442
196ord_443 @443
197ord_444 @444
198ord_445 @445
199ord_446 @446
200ord_447 @447
201ord_448 @448
202ord_449 @449
203ord_450 @450
204ord_451 @451
205ord_452 @452
206ord_453 @453
207ord_454 @454
208ord_455 @455
209ord_456 @456
210ord_457 @457
211ord_458 @458
212ord_460 @460
213ord_461 @461
214ord_462 @462
215ord_463 @463
216ord_470 @470
217ord_471 @471
218ord_473 @473
219ord_474 @474
220ord_475 @475
221ord_476 @476
222ord_477 @477
223ord_478 @478
224ord_479 @479
225ord_480 @480
226ord_481 @481
227ord_482 @482
228ord_483 @483
229ord_484 @484
230ord_485 @485
231ord_486 @486
232ord_487 @487
233ord_488 @488
234ord_489 @489
235ord_490 @490
236ord_491 @491
237ord_492 @492
238ord_494 @494
239ord_495 @495
240ord_496 @496
241ord_497 @497
242ord_498 @498
243ord_499 @499
244ord_500 @500
245ord_501 @501
246ord_502 @502
247ord_503 @503
248ord_504 @504
249ord_505 @505
250ord_506 @506
251ord_507 @507
252ord_508 @508
253ord_509 @509
254ord_510 @510
255ord_511 @511
256ord_512 @512
257ord_513 @513
258ord_514 @514
259ord_515 @515
260ord_516 @516
261ord_517 @517
262ord_518 @518
263ord_519 @519
264ord_520 @520
265ord_521 @521
266ord_522 @522
267ord_523 @523
268ord_524 @524
269ord_525 @525
270ord_526 @526
271ord_527 @527
272ord_528 @528
273ord_529 @529
274ord_530 @530
275ord_531 @531
276ord_532 @532
277ord_533 @533
278ord_534 @534
279ord_535 @535
280ord_536 @536
281ord_537 @537
282ord_538 @538
283ord_539 @539
284ord_540 @540
285ord_541 @541
286ord_542 @542
287ord_543 @543
288ord_544 @544
289ord_545 @545
290ord_546 @546
291ord_547 @547
292ord_548 @548
lib/libc/mingw/libarm32/wintrust.def created+150
...@@ -0,0 +1,150 @@
1;
2; Definition file of WINTRUST.dll
3; Automatic generated by gendef
4; written by Kai Tietz 2008-2014
5;
6LIBRARY "WINTRUST.dll"
7EXPORTS
8CryptCATVerifyMember
9CryptSIPGetInfo
10CryptSIPGetRegWorkingFlags
11GenericChainCertificateTrust
12GenericChainFinalProv
13HTTPSCertificateTrust
14SoftpubDefCertInit
15SoftpubFreeDefUsageCallData
16SoftpubLoadDefUsageCallData
17WTHelperCertFindIssuerCertificate
18AddPersonalTrustDBPages
19CatalogCompactHashDatabase
20CryptCATAdminAcquireContext
21CryptCATAdminAcquireContext2
22CryptCATAdminAddCatalog
23CryptCATAdminCalcHashFromFileHandle
24CryptCATAdminCalcHashFromFileHandle2
25CryptCATAdminEnumCatalogFromHash
26CryptCATAdminPauseServiceForBackup
27CryptCATAdminReleaseCatalogContext
28CryptCATAdminReleaseContext
29CryptCATAdminRemoveCatalog
30CryptCATAdminResolveCatalogPath
31CryptCATAllocSortedMemberInfo
32CryptCATCDFClose
33CryptCATCDFEnumAttributes
34CryptCATCDFEnumAttributesWithCDFTag
35CryptCATCDFEnumCatAttributes
36CryptCATCDFEnumMembers
37CryptCATCDFEnumMembersByCDFTag
38CryptCATCDFEnumMembersByCDFTagEx
39CryptCATCDFOpen
40CryptCATCatalogInfoFromContext
41CryptCATClose
42CryptCATEnumerateAttr
43CryptCATEnumerateCatAttr
44CryptCATEnumerateMember
45CryptCATFreeSortedMemberInfo
46CryptCATGetAttrInfo
47CryptCATGetCatAttrInfo
48CryptCATGetMemberInfo
49CryptCATHandleFromStore
50CryptCATOpen
51CryptCATPersistStore
52CryptCATPutAttrInfo
53CryptCATPutCatAttrInfo
54CryptCATPutMemberInfo
55CryptCATStoreFromHandle
56CryptSIPCreateIndirectData
57CryptSIPGetCaps
58CryptSIPGetSealedDigest
59CryptSIPGetSignedDataMsg
60CryptSIPPutSignedDataMsg
61CryptSIPRemoveSignedDataMsg
62CryptSIPVerifyIndirectData
63DriverCleanupPolicy
64DriverFinalPolicy
65DriverInitializePolicy
66FindCertsByIssuer
67HTTPSFinalProv
68IsCatalogFile
69MsCatConstructHashTag
70MsCatFreeHashTag
71OfficeCleanupPolicy
72OfficeInitializePolicy
73OpenPersonalTrustDBDialog
74OpenPersonalTrustDBDialogEx
75SoftpubAuthenticode
76SoftpubCheckCert
77SoftpubCleanup
78SoftpubDllRegisterServer
79SoftpubDllUnregisterServer
80SoftpubDumpStructure
81SoftpubInitialize
82SoftpubLoadMessage
83SoftpubLoadSignature
84TrustDecode
85TrustFindIssuerCertificate
86TrustFreeDecode
87TrustIsCertificateSelfSigned
88TrustOpenStores
89WTGetSignatureInfo
90WTHelperCertCheckValidSignature
91WTHelperCertIsSelfSigned
92WTHelperCheckCertUsage
93WTHelperGetAgencyInfo
94WTHelperGetFileHandle
95WTHelperGetFileHash
96WTHelperGetFileName
97WTHelperGetKnownUsages
98WTHelperGetProvCertFromChain
99WTHelperGetProvPrivateDataFromChain
100WTHelperGetProvSignerFromChain
101WTHelperIsChainedToMicrosoft
102WTHelperIsChainedToMicrosoftFromStateData
103WTHelperIsInRootStore
104WTHelperOpenKnownStores
105WTHelperProvDataFromStateData
106WVTAsn1CatMemberInfo2Decode
107WVTAsn1CatMemberInfo2Encode
108WVTAsn1CatMemberInfoDecode
109WVTAsn1CatMemberInfoEncode
110WVTAsn1CatNameValueDecode
111WVTAsn1CatNameValueEncode
112WVTAsn1IntentToSealAttributeDecode
113WVTAsn1IntentToSealAttributeEncode
114WVTAsn1SealingSignatureAttributeDecode
115WVTAsn1SealingSignatureAttributeEncode
116WVTAsn1SealingTimestampAttributeDecode
117WVTAsn1SealingTimestampAttributeEncode
118WVTAsn1SpcFinancialCriteriaInfoDecode
119WVTAsn1SpcFinancialCriteriaInfoEncode
120WVTAsn1SpcIndirectDataContentDecode
121WVTAsn1SpcIndirectDataContentEncode
122WVTAsn1SpcLinkDecode
123WVTAsn1SpcLinkEncode
124WVTAsn1SpcMinimalCriteriaInfoDecode
125WVTAsn1SpcMinimalCriteriaInfoEncode
126WVTAsn1SpcPeImageDataDecode
127WVTAsn1SpcPeImageDataEncode
128WVTAsn1SpcSigInfoDecode
129WVTAsn1SpcSigInfoEncode
130WVTAsn1SpcSpAgencyInfoDecode
131WVTAsn1SpcSpAgencyInfoEncode
132WVTAsn1SpcSpOpusInfoDecode
133WVTAsn1SpcSpOpusInfoEncode
134WVTAsn1SpcStatementTypeDecode
135WVTAsn1SpcStatementTypeEncode
136WinVerifyTrust
137WinVerifyTrustEx
138WintrustAddActionID
139WintrustAddDefaultForUsage
140WintrustCertificateTrust
141WintrustGetDefaultForUsage
142WintrustGetRegPolicyFlags
143WintrustLoadFunctionPointers
144WintrustRemoveActionID
145WintrustSetDefaultIncludePEPageHashes
146WintrustSetRegPolicyFlags
147mscat32DllRegisterServer
148mscat32DllUnregisterServer
149mssip32DllRegisterServer
150mssip32DllUnregisterServer
src/link.cpp+19
...@@ -556,19 +556,38 @@ struct MinGWDef {...@@ -556,19 +556,38 @@ struct MinGWDef {
556};556};
557static const MinGWDef mingw_def_list[] = {557static const MinGWDef mingw_def_list[] = {
558 {"advapi32",true},558 {"advapi32",true},
559 {"bcrypt", false},
560 {"comctl32",false},
561 {"comdlg32",false},
562 {"crypt32", false},
563 {"cryptnet",false},
559 {"gdi32", false},564 {"gdi32", false},
560 {"imm32", false},565 {"imm32", false},
561 {"kernel32",true},566 {"kernel32",true},
567 {"lz32", false},
568 {"mpr", false},
562 {"msvcrt", true},569 {"msvcrt", true},
570 {"mswsock", false},
571 {"ncrypt", false},
572 {"netapi32",false},
563 {"ntdll", true},573 {"ntdll", true},
564 {"ole32", false},574 {"ole32", false},
565 {"oleaut32",false},575 {"oleaut32",false},
566 {"opengl32",false},576 {"opengl32",false},
577 {"rpcns4", false},
578 {"rpcrt4", false},
579 {"samsrv", false},
580 {"scarddlg",false},
567 {"setupapi",false},581 {"setupapi",false},
568 {"shell32", true},582 {"shell32", true},
583 {"urlmon", false},
569 {"user32", true},584 {"user32", true},
570 {"version", false},585 {"version", false},
571 {"winmm", false},586 {"winmm", false},
587 {"winscard",false},
588 {"winspool",false},
589 {"wintrust",false},
590 {"ws2_32", false},
572};591};
573592
574struct LinkJob {593struct LinkJob {