mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-07 16:56:59 +01:00
windows/SDL_syslocale.c: make it build against older SDKs.
This commit is contained in:
parent
6c6d2bdd35
commit
1f4b5d54ca
@ -24,7 +24,7 @@
|
|||||||
#include "../SDL_syslocale.h"
|
#include "../SDL_syslocale.h"
|
||||||
#include "SDL_assert.h"
|
#include "SDL_assert.h"
|
||||||
|
|
||||||
typedef BOOL (WINAPI *pfnGetUserPreferredUILanguages)(DWORD,PULONG,PZZWSTR,PULONG);
|
typedef BOOL (WINAPI *pfnGetUserPreferredUILanguages)(DWORD,PULONG,/*PZZWSTR*/WCHAR*,PULONG);
|
||||||
#ifndef MUI_LANGUAGE_NAME
|
#ifndef MUI_LANGUAGE_NAME
|
||||||
#define MUI_LANGUAGE_NAME 0x8
|
#define MUI_LANGUAGE_NAME 0x8
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user