[PATCH] ext-ms-win-ntuser-misc-l1-5-1: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Mon Mar 12 04:36:34 CDT 2018


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                                         | 2 ++
 configure.ac                                                      | 1 +
 dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile.in                    | 1 +
 .../ext-ms-win-ntuser-misc-l1-5-1.spec                            | 8 ++++++++
 tools/make_specfiles                                              | 1 +
 5 files changed, 13 insertions(+)
 create mode 100644 dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile.in
 create mode 100644 dlls/ext-ms-win-ntuser-misc-l1-5-1/ext-ms-win-ntuser-misc-l1-5-1.spec

diff --git a/configure b/configure
index e4fcdb9b6f..d3293c4716 100755
--- a/configure
+++ b/configure
@@ -1253,6 +1253,7 @@ enable_ext_ms_win_ntuser_draw_l1_1_0
 enable_ext_ms_win_ntuser_gui_l1_3_0
 enable_ext_ms_win_ntuser_keyboard_l1_3_0
 enable_ext_ms_win_ntuser_message_l1_1_1
+enable_ext_ms_win_ntuser_misc_l1_5_1
 enable_ext_ms_win_ntuser_mouse_l1_1_0
 enable_ext_ms_win_ntuser_private_l1_1_1
 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
@@ -18614,6 +18615,7 @@ wine_fn_config_makefile dlls/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntu
 wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
 wine_fn_config_makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
 wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
+wine_fn_config_makefile dlls/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
 wine_fn_config_makefile dlls/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
 wine_fn_config_makefile dlls/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
 wine_fn_config_makefile dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
diff --git a/configure.ac b/configure.ac
index e725eda971..fb0014be40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3250,6 +3250,7 @@ WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-draw-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-gui-l1-3-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-keyboard-l1-3-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-message-l1-1-1)
+WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-misc-l1-5-1)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-mouse-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-private-l1-1-1)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0)
diff --git a/dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile.in b/dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile.in
new file mode 100644
index 0000000000..51a2657f43
--- /dev/null
+++ b/dlls/ext-ms-win-ntuser-misc-l1-5-1/Makefile.in
@@ -0,0 +1 @@
+MODULE    = ext-ms-win-ntuser-misc-l1-5-1.dll
diff --git a/dlls/ext-ms-win-ntuser-misc-l1-5-1/ext-ms-win-ntuser-misc-l1-5-1.spec b/dlls/ext-ms-win-ntuser-misc-l1-5-1/ext-ms-win-ntuser-misc-l1-5-1.spec
new file mode 100644
index 0000000000..db4076f4d9
--- /dev/null
+++ b/dlls/ext-ms-win-ntuser-misc-l1-5-1/ext-ms-win-ntuser-misc-l1-5-1.spec
@@ -0,0 +1,8 @@
+@ stub CloseGestureInfoHandle
+@ stdcall GetGestureConfig(long long long ptr ptr long) user32.GetGestureConfig
+@ stdcall GetGestureInfo(long ptr) user32.GetGestureInfo
+@ stdcall GetScrollBarInfo(long long ptr) user32.GetScrollBarInfo
+@ stdcall GetScrollInfo(long long ptr) user32.GetScrollInfo
+@ stdcall GetScrollPos(long long) user32.GetScrollPos
+@ stdcall IsTouchWindow(long ptr) user32.IsTouchWindow
+@ stdcall SetScrollPos(long long long long) user32.SetScrollPos
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 807ec32c28..cf685b6b85 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -359,6 +359,7 @@ my @dll_groups =
   "ext-ms-win-ntuser-gui-l1-3-0",
   "ext-ms-win-ntuser-keyboard-l1-3-0",
   "ext-ms-win-ntuser-message-l1-1-1",
+  "ext-ms-win-ntuser-misc-l1-5-1",
   "ext-ms-win-ntuser-mouse-l1-1-0",
   "ext-ms-win-ntuser-private-l1-1-1",
   "ext-ms-win-ntuser-rectangle-ext-l1-1-0",
-- 
2.13.6




More information about the wine-devel mailing list