Skip to content
Snippets Groups Projects
Commit c4b707bc authored by Perttu Ahola's avatar Perttu Ahola
Browse files

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

parent 9e35fe8c
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment