From 302153117e20b62c9170aed62aa33e83cacfaf59 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Sun, 17 Sep 2017 20:48:47 +0300 Subject: [PATCH] api-ms-win-mm-joystick-l1-1-0: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- 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 90fde598c0e..66437786a5e 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 f01162b3fd5..f5a617c1c33 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 00000000000..0da1efbe1cf --- /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 00000000000..f9748d53700 --- /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 333231397e7..a49dff94d11 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",