Searched defs:SUP_MAKE_NT_VER_SIMPLE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h225 #define SUP_MAKE_NT_VER_SIMPLE(a_uMajor, a_uMinor) SUP_MAKE_NT_VER_COMBINED(a_uMajor, a_uMinor, 0, 0, 0) macro
231 #define SUP_NT_VER_XP SUP_MAKE_NT_VER_SIMPLE(5,1)
233 #define SUP_NT_VER_W2K3 SUP_MAKE_NT_VER_SIMPLE(5,2)
235 #define SUP_NT_VER_VISTA SUP_MAKE_NT_VER_SIMPLE(6,0)
239 #define SUP_NT_VER_W70 SUP_MAKE_NT_VER_SIMPLE(6,1)
241 #define SUP_NT_VER_W80 SUP_MAKE_NT_VER_SIMPLE(6,2)
243 #define SUP_NT_VER_W81 SUP_MAKE_NT_VER_SIMPLE(6,3)

Completed in 1524 milliseconds