[2/8] dinput: Added ConfigureDevices dialog

Alexandre Julliard julliard at winehq.org
Thu Aug 4 10:00:51 CDT 2011


Lucas Fialho Zawacki <lfzawacki at gmail.com> writes:

> ---
>  dlls/dinput/Makefile.in                  |    7 ++--
>  dlls/dinput/configure_devices.c          |   43 ++++++++++++++++++++++++++++
>  dlls/dinput/configure_devices.rc         |   45 ++++++++++++++++++++++++++++++
>  dlls/dinput/configure_devices_resource.h |   17 +++++++++++
>  dlls/dinput/dinput_main.c                |    3 +-
>  dlls/dinput/dinput_private.h             |    2 +
>  6 files changed, 113 insertions(+), 4 deletions(-)
>  create mode 100644 dlls/dinput/configure_devices.c
>  create mode 100644 dlls/dinput/configure_devices.rc
>  create mode 100644 dlls/dinput/configure_devices_resource.h

Please use more reasonable file names like config.c or resource.h. And
resources that will be translated through po files should be in a file
named dinput.rc so that we know which dlls they belong to.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list