[1/3] wineps.drv: Add a trace to PSDRV_GetDeviceCaps.

Dmitry Timoshkov dmitry at baikal.ru
Mon Dec 17 03:40:04 CST 2012


---
 dlls/wineps.drv/init.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/wineps.drv/init.c b/dlls/wineps.drv/init.c
index 3f31f45..01d7f13 100644
--- a/dlls/wineps.drv/init.c
+++ b/dlls/wineps.drv/init.c
@@ -355,6 +355,8 @@ static INT PSDRV_GetDeviceCaps( PHYSDEV dev, INT cap )
 {
     PSDRV_PDEVICE *physDev = get_psdrv_dev( dev );
 
+    TRACE("%p,%d\n", dev->hdc, cap);
+
     switch(cap)
     {
     case DRIVERVERSION:
-- 
1.8.0.2




More information about the wine-patches mailing list