Author: hyperion Date: Sun Jul 13 13:06:10 2008 New Revision: 34464
URL: http://svn.reactos.org/svn/reactos?rev=34464&view=rev Log: Forgot a file. Fix fucking buildbot already D:<
Added: trunk/reactos/include/psdk/idndl.h (with props)
Added: trunk/reactos/include/psdk/idndl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/idndl.h?rev=34... ============================================================================== --- trunk/reactos/include/psdk/idndl.h (added) +++ trunk/reactos/include/psdk/idndl.h [iso-8859-1] Sun Jul 13 13:06:10 2008 @@ -1,0 +1,18 @@ +#ifndef IDNDL_H_ +#define IDNDL_H_ + +#include <windows.h> + +#ifndef GSS_ALLOW_INHERITED_COMMON +#define GSS_ALLOW_INHERITED_COMMON 1 +#endif + +#ifndef VS_ALLOW_LATIN +#define VS_ALLOW_LATIN 1 +#endif + +int WINAPI DownlevelGetLocaleScripts(LPCWSTR,LPWSTR,int); +int WINAPI DownlevelGetStringScripts(DWORD,LPCWSTR,int,LPWSTR,int); +BOOL WINAPI DownlevelVerifyScripts(DWORD,LPCWSTR,int,LPCWSTR,int); + +#endif
Propchange: trunk/reactos/include/psdk/idndl.h ------------------------------------------------------------------------------ svn:eol-style = native