mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix crash in wine input test.
svn path=/trunk/; revision=70073
This commit is contained in:
@@ -335,7 +335,8 @@ GetRawInputDeviceList(
|
||||
{
|
||||
if(pRawInputDeviceList)
|
||||
memset(pRawInputDeviceList, 0, sizeof *pRawInputDeviceList);
|
||||
*puiNumDevices = 0;
|
||||
if(puiNumDevices)
|
||||
*puiNumDevices = 0;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user