1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-31 06:58:10 +00:00
- Use DISPLAY_DEVICEW instead of assuming DISPLAY_DEVICE is in unicode

svn path=/trunk/; revision=52016
This commit is contained in:
Rafal Harabien 2011-05-30 21:34:10 +00:00
parent 8dbd3c5e73
commit 57bc8f07bf

View file

@ -83,7 +83,7 @@ WINAPI
EnumDisplayDevicesW( EnumDisplayDevicesW(
LPCWSTR lpDevice, LPCWSTR lpDevice,
DWORD iDevNum, DWORD iDevNum,
PDISPLAY_DEVICE lpDisplayDevice, PDISPLAY_DEVICEW lpDisplayDevice,
DWORD dwFlags) DWORD dwFlags)
{ {
UNICODE_STRING Device; UNICODE_STRING Device;