mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[host] windows: fix build on Linux due to case sensitive filenames
This commit is contained in:
parent
d1ec19b30b
commit
7decb58bf7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue