Calling this for example:
auto res = GetThreadDpiAwarenessContext();
Gives an error about "cannot find procedure entry point in user32.dll" when run on older windows (eg. win 8). This seems to happend just about when the .exe has finished static .dll loading (so before any actual user code has been run).
While this is not strange, since it is clearly documented to be available from windows 10, is there a way to make the application backward compatible ?