mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[USER32]
- Use DISPLAY_DEVICEW instead of assuming DISPLAY_DEVICE is in unicode svn path=/trunk/; revision=52016
This commit is contained in:
parent
8dbd3c5e73
commit
57bc8f07bf
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ WINAPI
|
|||
EnumDisplayDevicesW(
|
||||
LPCWSTR lpDevice,
|
||||
DWORD iDevNum,
|
||||
PDISPLAY_DEVICE lpDisplayDevice,
|
||||
PDISPLAY_DEVICEW lpDisplayDevice,
|
||||
DWORD dwFlags)
|
||||
{
|
||||
UNICODE_STRING Device;
|
||||
|
|
Loading…
Reference in a new issue