Module: wine Branch: master Commit: 645a65f46d45f24e9cc150d2fdfdd9564e7d73b9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=645a65f46d45f24e9cc150d2fd...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 1 16:44:39 2010 +0100
wineps: Remove unnecessary use of wownt32.h.
---
dlls/wineps.drv/driver.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/wineps.drv/driver.c b/dlls/wineps.drv/driver.c index b5d1e90..7b30f3f 100644 --- a/dlls/wineps.drv/driver.c +++ b/dlls/wineps.drv/driver.c @@ -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);