mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Revert "Fix that makes non-Unicode build to work (nw)"
This reverts commit 560e350e22
.
This commit is contained in:
parent
0f07d82c4f
commit
2bc9f09811
@ -370,7 +370,7 @@ public:
|
||||
: wininput_module(type, name),
|
||||
get_rawinput_device_list("GetRawInputDeviceList", L"user32.dll"),
|
||||
get_rawinput_data("GetRawInputData", L"user32.dll"),
|
||||
get_rawinput_device_info("GetRawInputDeviceInfo", L"user32.dll"),
|
||||
get_rawinput_device_info("GetRawInputDeviceInfoW", L"user32.dll"),
|
||||
register_rawinput_devices("RegisterRawInputDevices", L"user32.dll")
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user