Searched defs:check_win_minplat (Results 1 – 2 of 2) sorted by relevance
230 # define check_win_minplat(x) (1) macro233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) macro
177 # define check_win_minplat(x) (1) macro180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) macro