[host] windows: fix build on Linux due to case sensitive filenames

This commit is contained in:
Geoffrey McRae 2021-07-17 15:05:32 +10:00
parent d1ec19b30b
commit 7decb58bf7

View File

@ -18,7 +18,7 @@
* Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <Windows.h>
#include <windows.h>
typedef NTSTATUS (__stdcall *ZwSetTimerResolution_t)(ULONG RequestedResolution,
BOOLEAN Set, PULONG ActualResolution);