- Fix crash in wine input test.

svn path=/trunk/; revision=70073
This commit is contained in:
James Tabor
2015-11-23 20:22:03 +00:00
parent 75a0623279
commit a6868a267c
+2 -1
View File
@@ -335,7 +335,8 @@ GetRawInputDeviceList(
{
if(pRawInputDeviceList)
memset(pRawInputDeviceList, 0, sizeof *pRawInputDeviceList);
*puiNumDevices = 0;
if(puiNumDevices)
*puiNumDevices = 0;
UNIMPLEMENTED;
return 0;