mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Windows.h -> windows.h for cross-mingw build
This commit is contained in:
@ -28,7 +28,7 @@ namespace fs
|
||||
#ifdef _WIN32 // WINDOWS
|
||||
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
#include <tchar.h>
|
||||
|
Reference in New Issue
Block a user