ReactOS 0.4.15-dev-7846-g8ba6c66
idndl.cpp
Go to the documentation of this file.
1#define WIN32_LEAN_AND_MEAN
2#define STRICT
3
4#include <windows.h>
5
6extern "C"
7{
8#include <idndl.h>
9}
10
11int
14(
15 LPCWSTR lpLocaleName,
16 LPWSTR lpScripts,
17 int cchScripts
18)
19{
20 return GetLocaleInfoEx(lpLocaleName, LOCALE_SSCRIPTS, lpScripts, cchScripts);
21}
22
23// EOF
int WINAPI DownlevelGetLocaleScripts(LPCWSTR lpLocaleName, LPWSTR lpScripts, int cchScripts)
Definition: idndl.cpp:14
#define WINAPI
Definition: msvc.h:6
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185