Commit 19edb436 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dinput: Make _dump_diactionformatA() static.

parent 8ca8267c
......@@ -233,7 +233,7 @@ static void _dump_EnumDevices_dwFlags(DWORD dwFlags) {
TRACE("\n");
}
void _dump_diactionformatA(LPDIACTIONFORMATA lpdiActionFormat) {
static void _dump_diactionformatA(LPDIACTIONFORMATA lpdiActionFormat) {
unsigned int i;
FIXME("diaf.dwSize = %d\n", lpdiActionFormat->dwSize);
......
......@@ -63,7 +63,6 @@ extern const struct dinput_device joystick_osx_device DECLSPEC_HIDDEN;
extern void check_dinput_hooks(LPDIRECTINPUTDEVICE8W) DECLSPEC_HIDDEN;
typedef int (*DI_EVENT_PROC)(LPDIRECTINPUTDEVICE8A, WPARAM, LPARAM);
extern void _dump_diactionformatA(LPDIACTIONFORMATA) DECLSPEC_HIDDEN;
extern void _copy_diactionformatAtoW(LPDIACTIONFORMATW, LPDIACTIONFORMATA) DECLSPEC_HIDDEN;
extern void _copy_diactionformatWtoA(LPDIACTIONFORMATA, LPDIACTIONFORMATW) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment