1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-08 07:55:13 +00:00
QB64-PE/internal/c/libqb
Matthew Kilgore 30c0634d20 Fix High-DPI awareness on Windows
We started defining `_WIN32_WINNT` a little while ago to express that we
require Windows Vista or above for support. This enables us to access
some Windows Vista-only APIs. The fact that `WINVER` also needs to be
defined was missed, and it seems that defining one means the other no
longer gets defined automatically as it did before. Thus we're simplying
now also defining `WINVER` the same as `_WIN32_WINNT`.

This fixes High-DPI awareness and a few other things that were gated
behind WINVER checks.
2022-08-28 21:44:07 -04:00
..
include Fix High-DPI awareness on Windows 2022-08-28 21:44:07 -04:00
src Use mutex guard in completion implementation 2022-06-14 23:58:04 -04:00
build.mk Add append-only buffer API 2022-06-11 22:47:06 -04:00