Skip to content

Commit ee2d4fb

Browse files
author
Git for Windows Build Agent
committed
Update 6 packages
binutils (2.43-1 -> 2.43.1-1) glib2 (2.80.5-1 -> 2.82.0-1) libnghttp2 (1.62.1-1 -> 1.63.0-1) msys2-w32api-headers (12.0.0.r0.g819a6ec2e-1 -> 12.0.0.r0.g819a6ec2e-2) msys2-w32api-runtime (12.0.0.r0.g819a6ec2e-1 -> 12.0.0.r0.g819a6ec2e-2) pacman (6.1.0-4 -> 6.1.0-6) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 29a04aa commit ee2d4fb

File tree

1,044 files changed

+198
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,044 files changed

+198
-83
lines changed

etc/makepkg_mingw.conf

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ if [[ "$MSYSTEM" == "MINGW64" ]]; then
4141
MINGW_PACKAGE_PREFIX="mingw-w64-x86_64"
4242
CC="gcc"
4343
CXX="g++"
44-
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
45-
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
44+
CPPFLAGS=
45+
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
4646
CXXFLAGS="$CFLAGS"
4747
LDFLAGS=""
48+
RUSTFLAGS="-Cforce-frame-pointers=yes"
4849
elif [[ "$MSYSTEM" == "MINGW32" ]]; then
4950
CARCH="i686"
5051
CHOST="i686-w64-mingw32"
@@ -53,10 +54,11 @@ elif [[ "$MSYSTEM" == "MINGW32" ]]; then
5354
MINGW_PACKAGE_PREFIX="mingw-w64-i686"
5455
CC="gcc"
5556
CXX="g++"
56-
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
57-
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
57+
CPPFLAGS=
58+
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
5859
CXXFLAGS="$CFLAGS"
5960
LDFLAGS="-Wl,--no-seh -Wl,--large-address-aware"
61+
RUSTFLAGS="-Cforce-frame-pointers=yes"
6062
elif [[ "$MSYSTEM" == "CLANG64" ]]; then
6163
CARCH="x86_64"
6264
CHOST="x86_64-w64-mingw32"
@@ -65,10 +67,11 @@ elif [[ "$MSYSTEM" == "CLANG64" ]]; then
6567
MINGW_PACKAGE_PREFIX="mingw-w64-clang-x86_64"
6668
CC="clang"
6769
CXX="clang++"
68-
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
69-
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
70+
CPPFLAGS=
71+
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
7072
CXXFLAGS="$CFLAGS"
7173
LDFLAGS=""
74+
RUSTFLAGS="-Cforce-frame-pointers=yes"
7275
elif [[ "$MSYSTEM" == "CLANG32" ]]; then
7376
CARCH="i686"
7477
CHOST="i686-w64-mingw32"
@@ -77,10 +80,11 @@ elif [[ "$MSYSTEM" == "CLANG32" ]]; then
7780
MINGW_PACKAGE_PREFIX="mingw-w64-clang-i686"
7881
CC="clang"
7982
CXX="clang++"
80-
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
81-
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
83+
CPPFLAGS=
84+
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
8285
CXXFLAGS="$CFLAGS"
8386
LDFLAGS="-Wl,--no-seh -Wl,--large-address-aware"
87+
RUSTFLAGS="-Cforce-frame-pointers=yes"
8488
elif [[ "$MSYSTEM" == "CLANGARM64" ]]; then
8589
CARCH="aarch64"
8690
CHOST="aarch64-w64-mingw32"
@@ -89,10 +93,11 @@ elif [[ "$MSYSTEM" == "CLANGARM64" ]]; then
8993
MINGW_PACKAGE_PREFIX="mingw-w64-clang-aarch64"
9094
CC="clang"
9195
CXX="clang++"
92-
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
93-
CFLAGS="-O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
96+
CPPFLAGS=
97+
CFLAGS="-O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
9498
CXXFLAGS="$CFLAGS"
9599
LDFLAGS=""
100+
RUSTFLAGS="-Cforce-frame-pointers=yes"
96101
elif [[ "$MSYSTEM" == "UCRT64" ]]; then
97102
CARCH="x86_64"
98103
CHOST="x86_64-w64-mingw32"
@@ -101,10 +106,11 @@ elif [[ "$MSYSTEM" == "UCRT64" ]]; then
101106
MINGW_PACKAGE_PREFIX="mingw-w64-ucrt-x86_64"
102107
CC="gcc"
103108
CXX="g++"
104-
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
105-
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
109+
CPPFLAGS=
110+
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
106111
CXXFLAGS="$CFLAGS"
107112
LDFLAGS=""
113+
RUSTFLAGS="-Cforce-frame-pointers=yes"
108114
else
109115
echo "Unsupported MSYSTEM: $MSYSTEM"
110116
exit 1

usr/bin/addr2line.exe

0 Bytes
Binary file not shown.

usr/bin/ar.exe

0 Bytes
Binary file not shown.

usr/bin/as.exe

-512 Bytes
Binary file not shown.

usr/bin/c++filt.exe

0 Bytes
Binary file not shown.

usr/bin/dlltool.exe

0 Bytes
Binary file not shown.

usr/bin/dllwrap.exe

0 Bytes
Binary file not shown.

usr/bin/elfedit.exe

0 Bytes
Binary file not shown.

usr/bin/gapplication.exe

0 Bytes
Binary file not shown.

usr/bin/gdbus.exe

0 Bytes
Binary file not shown.

usr/bin/gio-querymodules.exe

0 Bytes
Binary file not shown.

usr/bin/gio.exe

0 Bytes
Binary file not shown.

usr/bin/glib-compile-schemas.exe

0 Bytes
Binary file not shown.

usr/bin/gprof.exe

0 Bytes
Binary file not shown.

usr/bin/gresource.exe

0 Bytes
Binary file not shown.

usr/bin/gsettings.exe

-39 Bytes
Binary file not shown.

usr/bin/ld.bfd.exe

512 Bytes
Binary file not shown.

usr/bin/ld.exe

512 Bytes
Binary file not shown.

usr/bin/msys-gio-2.0-0.dll

3.6 KB
Binary file not shown.

usr/bin/msys-girepository-2.0-0.dll

512 Bytes
Binary file not shown.

usr/bin/msys-glib-2.0-0.dll

1.56 KB
Binary file not shown.

usr/bin/msys-gmodule-2.0-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-gobject-2.0-0.dll

-4.14 KB
Binary file not shown.

usr/bin/msys-gthread-2.0-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-nghttp2-14.dll

0 Bytes
Binary file not shown.

usr/bin/nm.exe

0 Bytes
Binary file not shown.

usr/bin/objcopy.exe

0 Bytes
Binary file not shown.

usr/bin/objdump.exe

512 Bytes
Binary file not shown.

usr/bin/pacman-conf.exe

512 Bytes
Binary file not shown.

usr/bin/pacman.exe

1 KB
Binary file not shown.

usr/bin/ranlib.exe

0 Bytes
Binary file not shown.

usr/bin/readelf.exe

0 Bytes
Binary file not shown.

usr/bin/size.exe

512 Bytes
Binary file not shown.

usr/bin/strings.exe

-512 Bytes
Binary file not shown.

usr/bin/strip.exe

0 Bytes
Binary file not shown.

usr/bin/testpkg.exe

1 KB
Binary file not shown.

usr/bin/vercmp.exe

0 Bytes
Binary file not shown.

usr/bin/windmc.exe

0 Bytes
Binary file not shown.

usr/bin/windres.exe

0 Bytes
Binary file not shown.

usr/include/bfd.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,8 @@ enum bfd_plugin_format
19471947
{
19481948
bfd_plugin_unknown = 0,
19491949
bfd_plugin_yes = 1,
1950-
bfd_plugin_no = 2
1950+
bfd_plugin_yes_unused = 2,
1951+
bfd_plugin_no = 3
19511952
};
19521953

19531954
struct bfd_build_id

usr/lib/bfd-plugins/msys-dep.dll

0 Bytes
Binary file not shown.

usr/lib/libalpm.a

0 Bytes
Binary file not shown.

usr/lib/libbfd.a

-32 Bytes
Binary file not shown.

usr/lib/libctf-nobfd.a

32 Bytes
Binary file not shown.

usr/lib/libctf.a

48 Bytes
Binary file not shown.

usr/lib/libiberty.a

0 Bytes
Binary file not shown.

usr/lib/libopcodes.a

0 Bytes
Binary file not shown.

usr/lib/libsframe.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libCINTIME.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libPS5UI.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libPSCRIPT5.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libUNIDRV.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libUNIDRVUI.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libacledit.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libaclui.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libactiveds.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadmparse.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadmwprox.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadptif.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadsiid.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadsiisex.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadsldpc.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadvapi32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libadvpack.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libagentanm.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libakscoinst.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libalrsvc.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libamstrmid.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libapcups.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libapphelp.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libappmgmts.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libappmgr.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libaqueue.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libasp.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libaspperf.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libasycfilt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libatkctrs.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libatl.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libatmlib.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libatrace.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libaudiosrv.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libauthz.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libautodisc.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libavicap32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libavifil32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libavrt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libazroles.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbasesrv.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbatmeter.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbatt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbcrypt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbits.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbluetoothapis.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbootvid.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbrowser.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbthci.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libbthprops.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcabinet.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcabview.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcards.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcatsrv.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcatsrvut.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libccfgnt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcdfview.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcdm.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcertcli.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcfgbkend.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcfgmgr32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libchakrart.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libchtskdic.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcimwin32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libclasspnp.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libclb.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libclbcatq.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libclfsw32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcliconfg.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libclusapi.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcmcfg32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcmdial32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcmpbk32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcmutil.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcnetcfg.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcnvfat.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcoadmin.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcolbact.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomctl32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomdlg32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcompstui.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomputecore.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomputenetwork.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomputestorage.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomres.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomsetup.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomsnap.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomsvcs.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcomuid.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libconnect.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libconsole.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcoremessaging.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcorpol.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcredui.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcrypt32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptbase.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptdlg.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptdll.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptext.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptnet.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptsp.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptsvc.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptui.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcryptxml.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcscapi.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcscdll.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcscui.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libcsrsrv.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd2d1.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3d10.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3d11.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3d12.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3d8thk.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3d9.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_33.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_34.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_35.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_36.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_37.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_38.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_39.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_40.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_41.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_42.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_43.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_46.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcompiler_47.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcsx_46.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcsxd.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dcsxd_43.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_33.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_34.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_35.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_36.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_37.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_38.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_39.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_40.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_41.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_42.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx10_43.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx11.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx11_42.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx11_43.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_24.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_25.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_26.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_27.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_28.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_29.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_30.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_31.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_33.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_34.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_35.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_36.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_37.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_38.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_39.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_40.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_41.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_42.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dx9_43.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libd3dxof.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdavclnt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdbgeng.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdbghelp.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdbnetlib.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdbnmpntw.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdciman32.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdcomp.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libddraw.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdevmgr.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdevobj.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdevrtl.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdhcpcsvc.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdhcpcsvc6.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdhcpsapi.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

usr/lib/w32api/libdigest.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdimsntfy.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdimsroam.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdinput.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdinput8.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdirectml.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdiskcopy.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdismapi.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdloadhelper.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdmconfig.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdmdskmgr.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdmivcitf.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdmoguids.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdmutil.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdmvdsitf.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdnsapi.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdnsperf.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdnsrslvr.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdpapi.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdpnaddr.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdpnet.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdpnhupnp.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdpnlobby.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdpvoice.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdrprov.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libds32gt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdsauth.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdskquota.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdsound.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdsound3d.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdsprop.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdsquery.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdssec.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdssenh.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdsuiext.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libduser.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdwmapi.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdwrite.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdxcore.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdxerr8.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdxerr9.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdxgi.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdxguid.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libdxva2.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libeappcfg.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libeappgnui.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libeapphost.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libeappprxy.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libefsadu.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libes.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libesent.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libesentprf.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libeventlog.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libevntagnt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libevr.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libexstrace.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfastprox.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfaultrep.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfcachdll.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfdeploy.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfeclient.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfilemgmt.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfldrclnr.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfltlib.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfmifs.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfontsub.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libframedyn.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libftpctrs2.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libftpmib.a

0 Bytes
Binary file not shown.

usr/lib/w32api/libfwpuclnt.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)