1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 19:09:09 +00:00

Codechange: Use lowercase name for winnls.h (#13170)

Fixes cross-compilation under MXE.
This commit is contained in:
Valeri
2024-12-13 21:55:53 +03:00
committed by GitHub
parent 15059bc253
commit 5d8e98207d

View File

@@ -19,7 +19,7 @@
#define NO_SHOBJIDL_SORTDIRECTION // Avoid multiple definition of SORT_ASCENDING
#include <shlobj.h> /* SHGetFolderPath */
#include <shellapi.h>
#include <WinNls.h>
#include <winnls.h>
#include "win32.h"
#include "../../fios.h"
#include "../../core/alloc_func.hpp"