[PATCH] api-ms-win-mm-joystick-l1-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Sun Sep 17 12:48:47 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                                      |  2 ++
 configure.ac                                                   |  1 +
 dlls/api-ms-win-mm-joystick-l1-1-0/Makefile.in                 |  1 +
 .../api-ms-win-mm-joystick-l1-1-0.spec                         | 10 ++++++++++
 tools/make_specfiles                                           |  1 +
 5 files changed, 15 insertions(+)
 create mode 100644 dlls/api-ms-win-mm-joystick-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-mm-joystick-l1-1-0/api-ms-win-mm-joystick-l1-1-0.spec

diff --git a/configure b/configure
index 90fde598c0..66437786a5 100755
--- a/configure
+++ b/configure
@@ -1031,6 +1031,7 @@ enable_api_ms_win_eventing_controller_l1_1_0
 enable_api_ms_win_eventing_legacy_l1_1_0
 enable_api_ms_win_eventing_provider_l1_1_0
 enable_api_ms_win_eventlog_legacy_l1_1_0
+enable_api_ms_win_mm_joystick_l1_1_0
 enable_api_ms_win_mm_misc_l1_1_1
 enable_api_ms_win_mm_mme_l1_1_0
 enable_api_ms_win_mm_time_l1_1_0
@@ -18094,6 +18095,7 @@ wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_event
 wine_fn_config_dll api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
+wine_fn_config_dll api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
 wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
diff --git a/configure.ac b/configure.ac
index f01162b3fd..f5a617c1c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2884,6 +2884,7 @@ WINE_CONFIG_DLL(api-ms-win-eventing-controller-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventing-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventing-provider-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventlog-legacy-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-mm-joystick-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-mm-misc-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-mm-mme-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-mm-time-l1-1-0)
diff --git a/dlls/api-ms-win-mm-joystick-l1-1-0/Makefile.in b/dlls/api-ms-win-mm-joystick-l1-1-0/Makefile.in
new file mode 100644
index 0000000000..0da1efbe1c
--- /dev/null
+++ b/dlls/api-ms-win-mm-joystick-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-mm-joystick-l1-1-0.dll
diff --git a/dlls/api-ms-win-mm-joystick-l1-1-0/api-ms-win-mm-joystick-l1-1-0.spec b/dlls/api-ms-win-mm-joystick-l1-1-0/api-ms-win-mm-joystick-l1-1-0.spec
new file mode 100644
index 0000000000..f9748d5370
--- /dev/null
+++ b/dlls/api-ms-win-mm-joystick-l1-1-0/api-ms-win-mm-joystick-l1-1-0.spec
@@ -0,0 +1,10 @@
+@ stdcall joyConfigChanged(long) winmm.joyConfigChanged
+@ stdcall joyGetDevCapsA(long ptr long) winmm.joyGetDevCapsA
+@ stdcall joyGetDevCapsW(long ptr long) winmm.joyGetDevCapsW
+@ stdcall joyGetNumDevs() winmm.joyGetNumDevs
+@ stdcall joyGetPos(long ptr) winmm.joyGetPos
+@ stdcall joyGetPosEx(long ptr) winmm.joyGetPosEx
+@ stdcall joyGetThreshold(long ptr) winmm.joyGetThreshold
+@ stdcall joyReleaseCapture(long) winmm.joyReleaseCapture
+@ stdcall joySetCapture(long long long long) winmm.joySetCapture
+@ stdcall joySetThreshold(long long) winmm.joySetThreshold
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 333231397e..a49dff94d1 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -342,6 +342,7 @@ my @dll_groups =
  ],
  [
   "winmm",
+  "api-ms-win-mm-joystick-l1-1-0",
   "api-ms-win-mm-misc-l1-1-1",
   "api-ms-win-mm-mme-l1-1-0",
   "api-ms-win-mm-time-l1-1-0",
-- 
2.13.5




More information about the wine-patches mailing list