Skip to content

Commit c1f5f7c

Browse files
authored
note about locale, manifest
1 parent 5ca3cf8 commit c1f5f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nt51_aliasing.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Copyright (c) 2024 wesinator
77
#pragma once
88

99
// used in wfloc.c, wfinit.c
10+
// NOTE: the locale setting won't load properly in Win10 if manifest is disabled.
1011
typedef int(__stdcall* GetLocaleInfoEx_)(LPCWSTR lpLocaleName, LCTYPE LCType, LPWSTR lpLCData, int cchData);
1112
typedef LCID(__stdcall* LocaleNameToLCID_)(LPCWSTR lpName, DWORD dwFlags);
1213

0 commit comments

Comments
 (0)