mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 23:22:48 +08:00
Don't depend of UNICODE/_UNICODE
svn path=/trunk/; revision=33369
This commit is contained in:
@@ -1043,7 +1043,7 @@ NTAPI
|
||||
NtUserEnumDisplayDevices (
|
||||
PUNICODE_STRING lpDevice, /* device name */
|
||||
DWORD iDevNum, /* display device */
|
||||
PDISPLAY_DEVICE lpDisplayDevice, /* device information */
|
||||
PDISPLAY_DEVICEW lpDisplayDevice, /* device information */
|
||||
DWORD dwFlags ); /* reserved */
|
||||
|
||||
/*BOOL
|
||||
|
||||
@@ -160,7 +160,7 @@ STDCALL
|
||||
NtUserEnumDisplayDevices (
|
||||
PUNICODE_STRING lpDevice, /* device name */
|
||||
DWORD iDevNum, /* display device */
|
||||
PDISPLAY_DEVICE lpDisplayDevice, /* device information */
|
||||
PDISPLAY_DEVICEW lpDisplayDevice, /* device information */
|
||||
DWORD dwFlags ) /* reserved */
|
||||
{
|
||||
DPRINT1("NtUserEnumDisplayDevices() is UNIMPLEMENTED!\n");
|
||||
|
||||
@@ -1565,7 +1565,7 @@ UserDrawCaptionText(HDC hDc,
|
||||
{
|
||||
HFONT hOldFont = NULL, hFont = NULL;
|
||||
COLORREF OldTextColor;
|
||||
NONCLIENTMETRICS nclm;
|
||||
NONCLIENTMETRICSW nclm;
|
||||
NTSTATUS Status;
|
||||
#ifndef NDEBUG
|
||||
INT i;
|
||||
|
||||
Reference in New Issue
Block a user