use correct spelling of Windows header

This commit is contained in:
wmayer
2018-07-25 16:49:37 +02:00
parent 1885036139
commit 6b6bde1bab

View File

@@ -49,7 +49,7 @@
#ifdef FC_OS_WIN32
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <windows.h>
#include <Windows.h>
#include <io.h>
#include <shellapi.h>
#endif