Don't depend of UNICODE/_UNICODE

svn path=/trunk/; revision=33369
This commit is contained in:
Hervé Poussineau 2008-05-08 16:29:50 +00:00
parent c834528bf8
commit 35aafac05c
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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");

View file

@ -1565,7 +1565,7 @@ UserDrawCaptionText(HDC hDc,
{
HFONT hOldFont = NULL, hFont = NULL;
COLORREF OldTextColor;
NONCLIENTMETRICS nclm;
NONCLIENTMETRICSW nclm;
NTSTATUS Status;
#ifndef NDEBUG
INT i;