summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qoperatingsystemversion_win_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-081-0/+63
This is mostly relevant for Apple platforms, where we can use the new unguarded availability warnings to guarantee that proper version checks are present when using APIs that are not necessarily available on the deployment target. Change-Id: Ie408704b2924e1220491a9ea30f0141dfa4867d9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry-picked from 70422449ef892d7cc3086d88e5e9e43c771e2bc3)