mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Use lowercase name for winnls.h (#13170)
Fixes cross-compilation under MXE.pull/13171/head
parent
15059bc253
commit
5d8e98207d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue