1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Windows.h -> windows.h for cross-mingw build

This commit is contained in:
Perttu Ahola
2011-08-14 21:26:07 +03:00
parent 9e35fe8c37
commit c4b707bca2

View File

@@ -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>