crt: Unify cryptnet.def for lib64 and libarm32 Signed-off-by: Martin Storsjö <martin@martin.st>
diff --git a/mingw-w64-crt/libarm32/cryptnet.def b/mingw-w64-crt/lib-common/cryptnet.def similarity index 84% rename from mingw-w64-crt/libarm32/cryptnet.def rename to mingw-w64-crt/lib-common/cryptnet.def index 6446464..4946bcc 100644 --- a/mingw-w64-crt/libarm32/cryptnet.def +++ b/mingw-w64-crt/lib-common/cryptnet.def
@@ -1,12 +1,8 @@ -; -; Definition file of CRYPTNET.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; LIBRARY "CRYPTNET.dll" EXPORTS CertDllVerifyCTLUsage CertDllVerifyRevocation +CryptnetWlxLogoffEvent I_CryptConvertIriToAsciiOrUnicode I_CryptConvertIriToAsciiOrUnicodeWithFlags LdapProvOpenStore @@ -22,5 +18,6 @@ I_CryptNetGetConnectivity I_CryptNetGetHostNameFromUrl I_CryptNetGetUserDsStoreUrl +I_CryptNetIsConnected I_CryptNetSetUrlCacheFlushInfo I_CryptNetSetUrlCachePreFetchInfo
diff --git a/mingw-w64-crt/lib64/cryptnet.def b/mingw-w64-crt/lib64/cryptnet.def deleted file mode 100644 index 62c9233..0000000 --- a/mingw-w64-crt/lib64/cryptnet.def +++ /dev/null
@@ -1,27 +0,0 @@ -; -; Definition file of CRYPTNET.dll -; Automatic generated by gendef -; written by Kai Tietz 2008 -; -LIBRARY "CRYPTNET.dll" -EXPORTS -CertDllVerifyCTLUsage -CertDllVerifyRevocation -CryptnetWlxLogoffEvent -LdapProvOpenStore -CryptCancelAsyncRetrieval -CryptFlushTimeValidObject -CryptGetObjectUrl -CryptGetTimeValidObject -CryptInstallCancelRetrieval -CryptRetrieveObjectByUrlA -CryptRetrieveObjectByUrlW -CryptUninstallCancelRetrieval -DllRegisterServer -DllUnregisterServer -I_CryptNetEnumUrlCacheEntry -I_CryptNetGetHostNameFromUrl -I_CryptNetGetUserDsStoreUrl -I_CryptNetIsConnected -I_CryptNetSetUrlCacheFlushInfo -I_CryptNetSetUrlCachePreFetchInfo