Skip to content

Commit

Permalink
windows/SDL_syslocale.c: make it build against older SDKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 5, 2020
1 parent 6c6d2bd commit 1f4b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/windows/SDL_syslocale.c
Expand Up @@ -24,7 +24,7 @@
#include "../SDL_syslocale.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
#define MUI_LANGUAGE_NAME 0x8
#endif
Expand Down

0 comments on commit 1f4b5d5

Please sign in to comment.