[ros-diffs] [hyperion] 34464: Forgot a file. Fix fucking buildbot already D:<

hyperion at svn.reactos.org hyperion at svn.reactos.org
Sun Jul 13 20:06:11 CEST 2008


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=34464&view=auto
==============================================================================
--- 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



More information about the Ros-diffs mailing list