From 9deeed53230707ec2a39fdec4a158394902ebc73 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 20 Jun 2009 12:56:13 +0000 Subject: [PATCH] add files that got lost svn path=/branches/ros-amd64-bringup/; revision=41487 --- reactos/dll/nls/idndl/idndl-amd64.def | 6 ++++++ reactos/dll/nls/idndl/idndl-i386.def | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 reactos/dll/nls/idndl/idndl-amd64.def create mode 100644 reactos/dll/nls/idndl/idndl-i386.def diff --git a/reactos/dll/nls/idndl/idndl-amd64.def b/reactos/dll/nls/idndl/idndl-amd64.def new file mode 100644 index 00000000000..e0c0bd3a7d7 --- /dev/null +++ b/reactos/dll/nls/idndl/idndl-amd64.def @@ -0,0 +1,6 @@ +LIBRARY "idndl" + +EXPORTS + DownlevelGetLocaleScripts = DownlevelGetLocaleScripts @1 + DownlevelGetStringScripts = kernel32.GetStringScripts @2 + DownlevelVerifyScripts = kernel32.VerifyScripts @3 diff --git a/reactos/dll/nls/idndl/idndl-i386.def b/reactos/dll/nls/idndl/idndl-i386.def new file mode 100644 index 00000000000..ded574c38fd --- /dev/null +++ b/reactos/dll/nls/idndl/idndl-i386.def @@ -0,0 +1,6 @@ +LIBRARY "idndl" + +EXPORTS + DownlevelGetLocaleScripts = DownlevelGetLocaleScripts@12 @1 + DownlevelGetStringScripts@20 = kernel32.GetStringScripts @2 + DownlevelVerifyScripts@20 = kernel32.VerifyScripts @3