diff options
author | Jean-Francois Mauguit <jfmauguit@mac.com> | 2024-09-24 09:03:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 09:03:25 -0400 |
commit | bab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/resources/libraries | |
parent | 4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff) | |
parent | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff) | |
download | winamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz |
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/resources/libraries')
15 files changed, 26 insertions, 0 deletions
diff --git a/Src/resources/libraries/Microsoft.VC90.ATL.manifest b/Src/resources/libraries/Microsoft.VC90.ATL.manifest new file mode 100644 index 00000000..f5c72df0 --- /dev/null +++ b/Src/resources/libraries/Microsoft.VC90.ATL.manifest @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <noInheritable/> + <assemblyIdentity + type="win32" + name="Microsoft.VC90.ATL" + version="9.0.21022.8" + processorArchitecture="x86" + publicKeyToken="1fc8b3b9a1e18e3b" + /> + <file name="ATL90.dll" /> +</assembly> diff --git a/Src/resources/libraries/Microsoft.VC90.CRT.manifest b/Src/resources/libraries/Microsoft.VC90.CRT.manifest new file mode 100644 index 00000000..b6b81cca --- /dev/null +++ b/Src/resources/libraries/Microsoft.VC90.CRT.manifest @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <noInheritable/> + <assemblyIdentity + type="win32" + name="Microsoft.VC90.CRT" + version="9.0.30729.6161" + processorArchitecture="x86" + publicKeyToken="1fc8b3b9a1e18e3b" + /> + <file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file name="msvcm90.dll" /> +</assembly> diff --git a/Src/resources/libraries/atl90.dll b/Src/resources/libraries/atl90.dll Binary files differnew file mode 100644 index 00000000..ba2ff94d --- /dev/null +++ b/Src/resources/libraries/atl90.dll diff --git a/Src/resources/libraries/concrt140.dll b/Src/resources/libraries/concrt140.dll Binary files differnew file mode 100644 index 00000000..508236e2 --- /dev/null +++ b/Src/resources/libraries/concrt140.dll diff --git a/Src/resources/libraries/lame_enc.dll b/Src/resources/libraries/lame_enc.dll Binary files differnew file mode 100644 index 00000000..a3d9f44f --- /dev/null +++ b/Src/resources/libraries/lame_enc.dll diff --git a/Src/resources/libraries/msvcp140.dll b/Src/resources/libraries/msvcp140.dll Binary files differnew file mode 100644 index 00000000..e51c29e6 --- /dev/null +++ b/Src/resources/libraries/msvcp140.dll diff --git a/Src/resources/libraries/msvcp140_1.dll b/Src/resources/libraries/msvcp140_1.dll Binary files differnew file mode 100644 index 00000000..acece3d9 --- /dev/null +++ b/Src/resources/libraries/msvcp140_1.dll diff --git a/Src/resources/libraries/msvcp140_2.dll b/Src/resources/libraries/msvcp140_2.dll Binary files differnew file mode 100644 index 00000000..a183c6e3 --- /dev/null +++ b/Src/resources/libraries/msvcp140_2.dll diff --git a/Src/resources/libraries/msvcp140_atomic_wait.dll b/Src/resources/libraries/msvcp140_atomic_wait.dll Binary files differnew file mode 100644 index 00000000..8b46128d --- /dev/null +++ b/Src/resources/libraries/msvcp140_atomic_wait.dll diff --git a/Src/resources/libraries/msvcp140_codecvt_ids.dll b/Src/resources/libraries/msvcp140_codecvt_ids.dll Binary files differnew file mode 100644 index 00000000..88e46bce --- /dev/null +++ b/Src/resources/libraries/msvcp140_codecvt_ids.dll diff --git a/Src/resources/libraries/msvcp90.dll b/Src/resources/libraries/msvcp90.dll Binary files differnew file mode 100644 index 00000000..6b07c75a --- /dev/null +++ b/Src/resources/libraries/msvcp90.dll diff --git a/Src/resources/libraries/msvcr90.dll b/Src/resources/libraries/msvcr90.dll Binary files differnew file mode 100644 index 00000000..ec7f83a3 --- /dev/null +++ b/Src/resources/libraries/msvcr90.dll diff --git a/Src/resources/libraries/vccorlib140.dll b/Src/resources/libraries/vccorlib140.dll Binary files differnew file mode 100644 index 00000000..7d01d850 --- /dev/null +++ b/Src/resources/libraries/vccorlib140.dll diff --git a/Src/resources/libraries/vcruntime140.dll b/Src/resources/libraries/vcruntime140.dll Binary files differnew file mode 100644 index 00000000..dc015e7b --- /dev/null +++ b/Src/resources/libraries/vcruntime140.dll diff --git a/Src/resources/libraries/vms_desktop.dll b/Src/resources/libraries/vms_desktop.dll Binary files differnew file mode 100644 index 00000000..41e6cc18 --- /dev/null +++ b/Src/resources/libraries/vms_desktop.dll |