ReactOS 0.4.15-dev-7924-g5949c20
idndl.h
Go to the documentation of this file.
1#ifndef IDNDL_H_
2#define IDNDL_H_
3
4#include <windows.h>
5
6#ifndef GSS_ALLOW_INHERITED_COMMON
7#define GSS_ALLOW_INHERITED_COMMON 1
8#endif
9
10#ifndef VS_ALLOW_LATIN
11#define VS_ALLOW_LATIN 1
12#endif
13
17
18#endif
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
int WINAPI DownlevelGetStringScripts(DWORD, LPCWSTR, int, LPWSTR, int)
BOOL WINAPI DownlevelVerifyScripts(DWORD, LPCWSTR, int, LPCWSTR, int)
int WINAPI DownlevelGetLocaleScripts(LPCWSTR, LPWSTR, int)
Definition: idndl.cpp:14
#define WINAPI
Definition: msvc.h:6
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185