- Fix MSVC build based on ThFabba suggestion

svn path=/trunk/; revision=54161
This commit is contained in:
Rafal Harabien
2011-10-16 14:59:29 +00:00
parent 1a70d9f223
commit 1a1bb9dde4
@@ -92,7 +92,7 @@ DoTheScreenSaver(VOID)
* Opens input device for asynchronous access
*/
static
NTAPI NTSTATUS
NTSTATUS NTAPI
OpenInputDevice(PHANDLE pHandle, PFILE_OBJECT *ppObject, CONST WCHAR *pszDeviceName)
{
UNICODE_STRING DeviceName;