diff options
-rwxr-xr-x | contrib/mingw-bundledlls | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/mingw-bundledlls b/contrib/mingw-bundledlls index cd26f77..fdee6a1 100755 --- a/contrib/mingw-bundledlls +++ b/contrib/mingw-bundledlls @@ -52,9 +52,10 @@ blacklist = [ "opengl32.dll", "dwmapi.dll", "uxtheme.dll", "secur32.dll", "gdiplus.dll", "usp10.dll", "comctl32.dll", "wsock32.dll", "netapi32.dll", "userenv.dll", "avicap32.dll", "avrt.dll", "psapi.dll", "mswsock.dll", "glu32.dll", - "bcrypt.dll", "rpcrt4.dll", "hid.dll", + "bcrypt.dll", "bcryptprimitives.dll", "rpcrt4.dll", "hid.dll", # directx 3d 11 - "d3d11.dll", "dxgi.dll", "dwrite.dll" + "d3d11.dll", "dxgi.dll", "dwrite.dll", + "api-ms-win-core-synch-l1-2-0.dll", ] |