forked from Mirrorlandia_minetest/minetest
Windows.h -> windows.h for cross-mingw build
This commit is contained in:
parent
9e35fe8c37
commit
c4b707bca2
@ -28,7 +28,7 @@ namespace fs
|
|||||||
#ifdef _WIN32 // WINDOWS
|
#ifdef _WIN32 // WINDOWS
|
||||||
|
|
||||||
#define _WIN32_WINNT 0x0501
|
#define _WIN32_WINNT 0x0501
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user