Commit 645a65f4 authored by Alexandre Julliard's avatar Alexandre Julliard

wineps: Remove unnecessary use of wownt32.h.

parent f9148113
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include "winuser.h" #include "winuser.h"
#include "wine/wingdi16.h" #include "wine/wingdi16.h"
#include "wownt32.h"
#include "prsht.h" #include "prsht.h"
#include "psdlg.h" #include "psdlg.h"
...@@ -375,7 +374,7 @@ INT CDECL PSDRV_ExtDeviceMode(LPSTR lpszDriver, HWND hwnd, LPDEVMODEA lpdmOutput ...@@ -375,7 +374,7 @@ INT CDECL PSDRV_ExtDeviceMode(LPSTR lpszDriver, HWND hwnd, LPDEVMODEA lpdmOutput
psh.dwSize = sizeof(psh); psh.dwSize = sizeof(psh);
psh.pszCaption = SetupW; psh.pszCaption = SetupW;
psh.nPages = 1; psh.nPages = 1;
psh.hwndParent = HWND_32(hwnd); psh.hwndParent = hwnd;
psh.u3.phpage = hpsp; psh.u3.phpage = hpsp;
pPropertySheet(&psh); pPropertySheet(&psh);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment