1
0
Fork 0

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

Fixes cross-compilation under MXE.
pull/13171/head
Valeri 2024-12-13 21:55:53 +03:00 committed by GitHub
parent 15059bc253
commit 5d8e98207d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"