Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Correct WinNT driver type when using mingw-w64 on modern versions of Windows #1

Open
guy-rouillier opened this issue Mar 22, 2018 · 1 comment

Comments

@guy-rouillier
Copy link
Contributor

Building with mingw-w64 7.2.0 on Windows 7 64-bit, the default driver is set to Win32 instead of WinNT; the correct default driver for this version of Windows is WinNT. Update conflib.pl to handle the combination of mingw-w64 7.2.0 and MSYS2. Both the 32-bit and 64-bit versions of MSYS2 report uname MSYS_NT-6.1.

Attached is diff for conflib.pl.
conflib-diff.txt

@set-soft
Copy link

Be careful, those drivers aren't that different.
Their name are for historic reasons, not really related to Windows NT vs Windows 95 differences.
Both are good for any Win32 target.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants