check_win_minplat
#define check_win_minplat(x) (1)
#define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))