wineps: Remove unnecessary use of wownt32.h.
This commit is contained in:
parent
f914811359
commit
645a65f46d
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include "winuser.h"
|
||||
#include "wine/wingdi16.h"
|
||||
#include "wownt32.h"
|
||||
#include "prsht.h"
|
||||
#include "psdlg.h"
|
||||
|
||||
|
@ -375,7 +374,7 @@ INT CDECL PSDRV_ExtDeviceMode(LPSTR lpszDriver, HWND hwnd, LPDEVMODEA lpdmOutput
|
|||
psh.dwSize = sizeof(psh);
|
||||
psh.pszCaption = SetupW;
|
||||
psh.nPages = 1;
|
||||
psh.hwndParent = HWND_32(hwnd);
|
||||
psh.hwndParent = hwnd;
|
||||
psh.u3.phpage = hpsp;
|
||||
|
||||
pPropertySheet(&psh);
|
||||
|
|
Loading…
Reference in New Issue