Lucas Fialho Zawacki <lfzawa...@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 julli...@winehq.org