mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58: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(
|
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;
|
||||||
|
|
Loading…
Reference in a new issue