1
0
Fork 0

Codechange: Use lowercase name for winnls.h

Fixes cross-compilation under MXE.
pull/13170/head
Valeri 2024-12-13 20:51:56 +03:00 committed by Eri the Switch
parent 15059bc253
commit 585e5d5799
No known key found for this signature in database
GPG Key ID: 49A787572A82FE58
1 changed files with 1 additions and 1 deletions

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"