This commit is contained in:
love-code-yeyixiao 2024-06-23 13:47:57 +08:00
parent 7dc4cbadee
commit e50a5d93a7
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ static DWORD Kernel_SleepEx(DWORD dwMiSecond, BOOL bAlert);
static BOOL Kernel_QueryPerformanceCounter(LARGE_INTEGER* lpPerformanceCount); static BOOL Kernel_QueryPerformanceCounter(LARGE_INTEGER* lpPerformanceCount);
static LANGID(*P_GetUserDefaultUILanguage)(); static LANGID Kernel_GetUserDefaultUILanguage();
static int Kernel_GetUserDefaultLocaleName( static int Kernel_GetUserDefaultLocaleName(
LPWSTR lpLocaleName, LPWSTR lpLocaleName,