HomeSort by relevance Sort by last modified time
    Searched full:conditoin (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/win/
SystemInfo.cpp 44 DWORDLONG conditoin = 0; local
45 VER_SET_CONDITION(conditoin, VER_MAJORVERSION, VER_GREATER_EQUAL);
46 VER_SET_CONDITION(conditoin, VER_MINORVERSION, VER_GREATER_EQUAL);
47 return !!::VerifyVersionInfoW(&osvi, VER_MAJORVERSION | VER_MINORVERSION, conditoin);

Completed in 61 milliseconds