mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 17:49:51 +00:00
Janitorial. Get rid of W->A call.
This commit is contained in:
parent
7b56b79f74
commit
361e691961
@ -273,9 +273,11 @@ HDC WINAPI CreateEnhMetaFileW(
|
||||
LPCWSTR description /* [in] optional description */
|
||||
)
|
||||
{
|
||||
static const WCHAR displayW[] = {'D','I','S','P','L','A','Y',0};
|
||||
HDC ret;
|
||||
DC *dc;
|
||||
HDC hRefDC = hdc ? hdc : CreateDCA("DISPLAY",NULL,NULL,NULL); /* If no ref, use current display */
|
||||
HDC hRefDC = hdc ? hdc : CreateDCW(displayW,NULL,NULL,NULL);
|
||||
/* If no ref, use current display */
|
||||
EMFDRV_PDEVICE *physDev;
|
||||
HANDLE hFile;
|
||||
DWORD size = 0, length = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user