Zhao Yuhang
2023-12-22 e33059ee1ef7e1be07490ad0245676ded42589f4
src/core/shared/qwkwindowsextra_p.h
@@ -293,6 +293,11 @@
        return result;
    }
    static inline bool isWin101809OrGreater() {
        static const bool result = IsWindows101809OrGreater_Real();
        return result;
    }
    static inline bool isWin11OrGreater() {
        static const bool result = IsWindows11OrGreater_Real();
        return result;