diff options
author | 2025-06-04 11:52:59 +0200 | |
---|---|---|
committer | 2025-06-04 11:52:59 +0200 | |
commit | af3ab2e2e3c63d6412d70d1f2c75c10c54253b95 (patch) | |
tree | 1adfecb05f217d2524f3455d200cdbd8d5da6c71 /COPYING | |
parent | fbf48dde192018135b3ac8a3b21e5200e7f4d7f0 (diff) | |
download | libimobiledevice-glue-af3ab2e2e3c63d6412d70d1f2c75c10c54253b95.tar.gz libimobiledevice-glue-af3ab2e2e3c63d6412d70d1f2c75c10c54253b95.tar.bz2 |
configure: [Windows] Add --with-winver option to specify minimum Windows version
This effectively defines WINVER and _WIN32_WINNT to the specified value
which will compile the code with that minimum supported Windows version
instead of the compiler/SDK default.
The passed value is expected to be in hex (like 0x0600) or decimal, so
passing --with-winver=0x0600 is a valid accepted input. See
https://learn.microsoft.com/cpp/porting/modifying-winver-and-win32-winnt
for the values of different Windows versions.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions