Revert "ntdll: Switch to CLOCK_BOOTTIME for monotonic counters when available."
This reverts commit 3d373e45.
CLOCK_MONOTONIC_RAW is used in vulkan to correlate QPC timestamps, and there's no equivalent of CLOCK_BOOTTIME there. Using CLOCK_BOOTTIME for QPC breaks the vulkan side with no proper way to fix it.