Module: wine Branch: master Commit: 302153117e20b62c9170aed62aa33e83cacfaf59 URL: http://source.winehq.org/git/wine.git/?a=commit;h=302153117e20b62c9170aed62a...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Sun Sep 17 20:48:47 2017 +0300
api-ms-win-mm-joystick-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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(+)
diff --git a/configure b/configure index 90fde59..6643778 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 f01162b..f5a617c 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 0000000..0da1efb --- /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 0000000..f9748d5 --- /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 3332313..a49dff9 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",