Andrey Gusev : api-ms-win-core-atoms-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Tue Sep 13 11:33:57 CDT 2016


Module: wine
Branch: master
Commit: 78bbde2e5fe590248de32c5bce38b3cd7adaf57c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=78bbde2e5fe590248de32c5bce38b3cd7adaf57c

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Sep 13 12:24:41 2016 +0300

api-ms-win-core-atoms-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                               |  2 ++
 configure.ac                                            |  1 +
 dlls/api-ms-win-core-atoms-l1-1-0/Makefile.in           |  1 +
 .../api-ms-win-core-atoms-l1-1-0.spec                   | 17 +++++++++++++++++
 tools/make_specfiles                                    |  1 +
 5 files changed, 22 insertions(+)

diff --git a/configure b/configure
index 2e2186b..7acd339 100755
--- a/configure
+++ b/configure
@@ -874,6 +874,7 @@ enable_actxprxy
 enable_advapi32
 enable_advpack
 enable_amstream
+enable_api_ms_win_core_atoms_l1_1_0
 enable_api_ms_win_core_com_l1_1_0
 enable_api_ms_win_core_com_l1_1_1
 enable_api_ms_win_core_console_l1_1_0
@@ -17531,6 +17532,7 @@ wine_fn_config_dll advpack enable_advpack implib
 wine_fn_config_test dlls/advpack/tests advpack_test
 wine_fn_config_dll amstream enable_amstream clean
 wine_fn_config_test dlls/amstream/tests amstream_test
+wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
diff --git a/configure.ac b/configure.ac
index db9c6e4..4944d23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2650,6 +2650,7 @@ WINE_CONFIG_DLL(advpack,,[implib])
 WINE_CONFIG_TEST(dlls/advpack/tests)
 WINE_CONFIG_DLL(amstream,,[clean])
 WINE_CONFIG_TEST(dlls/amstream/tests)
+WINE_CONFIG_DLL(api-ms-win-core-atoms-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-console-l1-1-0)
diff --git a/dlls/api-ms-win-core-atoms-l1-1-0/Makefile.in b/dlls/api-ms-win-core-atoms-l1-1-0/Makefile.in
new file mode 100644
index 0000000..3c6a688
--- /dev/null
+++ b/dlls/api-ms-win-core-atoms-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-atoms-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-atoms-l1-1-0/api-ms-win-core-atoms-l1-1-0.spec b/dlls/api-ms-win-core-atoms-l1-1-0/api-ms-win-core-atoms-l1-1-0.spec
new file mode 100644
index 0000000..0cebce0
--- /dev/null
+++ b/dlls/api-ms-win-core-atoms-l1-1-0/api-ms-win-core-atoms-l1-1-0.spec
@@ -0,0 +1,17 @@
+@ stdcall AddAtomA(str) kernel32.AddAtomA
+@ stdcall AddAtomW(wstr) kernel32.AddAtomW
+@ stdcall DeleteAtom(long) kernel32.DeleteAtom
+@ stdcall FindAtomA(str) kernel32.FindAtomA
+@ stdcall FindAtomW(wstr) kernel32.FindAtomW
+@ stdcall GetAtomNameA(long ptr long) kernel32.GetAtomNameA
+@ stdcall GetAtomNameW(long ptr long) kernel32.GetAtomNameW
+@ stdcall GlobalAddAtomA(str) kernel32.GlobalAddAtomA
+@ stub GlobalAddAtomExA
+@ stub GlobalAddAtomExW
+@ stdcall GlobalAddAtomW(wstr) kernel32.GlobalAddAtomW
+@ stdcall GlobalDeleteAtom(long) kernel32.GlobalDeleteAtom
+@ stdcall GlobalFindAtomA(str) kernel32.GlobalFindAtomA
+@ stdcall GlobalFindAtomW(wstr) kernel32.GlobalFindAtomW
+@ stdcall GlobalGetAtomNameA(long ptr long) kernel32.GlobalGetAtomNameA
+@ stdcall GlobalGetAtomNameW(long ptr long) kernel32.GlobalGetAtomNameW
+@ stdcall InitAtomTable(long) kernel32.InitAtomTable
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 6cfc4f0..d8ea7c5 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -127,6 +127,7 @@ my @dll_groups =
   "kernel32",
   "api-ms-win-downlevel-normaliz-l1-1-0",
   "api-ms-win-core-processthreads-l1-1-0",
+  "api-ms-win-core-atoms-l1-1-0",
   "api-ms-win-core-debug-l1-1-0",
   "api-ms-win-core-debug-l1-1-1",
   "api-ms-win-core-delayload-l1-1-1",




More information about the wine-cvs mailing list