Fix case of windows include (when cross-compiling from Linux, it matters)
This commit is contained in:
parent
5522df60b0
commit
950de0854b
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#if B3_PLATFORM == B3_WINDOWS
|
#if B3_PLATFORM == B3_WINDOWS
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
// A timer class that accumulates time.
|
// A timer class that accumulates time.
|
||||||
// Usefull for measuring elapsed times between code sections.
|
// Usefull for measuring elapsed times between code sections.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user