mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-09 15:51:05 +00:00
Iamage loader: include windows.h and not Windows.h
Indeed, when cross-compiling on Linux, which has a case sensitive file system, and as minwg-w64 provides windows.h, we must use lower case name for header files.
This commit is contained in:
parent
7219aeca64
commit
18f8caa199
@ -4,7 +4,7 @@
|
||||
#ifndef WIN32
|
||||
#include <dlfcn.h>
|
||||
#else
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <cstring>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user