ChangeSet ID: 20464 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/28 05:17:13
Modified files: include : winuser.h dlls/user/tests: Makefile.in .cvsignore dlls/user : misc.c Added files: dlls/user/tests: monitor.c
Log message: Huw Davies huw@codeweavers.com EnumDisplayDevices and GetMonitorInfo should return the same device name for the primary device. Make both EnumDisplayDevicesA and GetMonitorInfoA call their unicode counterparts. Update prototype of EnumDisplayDevices. Add some tests.
Patch: http://cvs.winehq.org/patch.py?id=20464
Old revision New revision Changes Path 1.226 1.227 +2 -2 wine/include/winuser.h 1.16 1.17 +1 -0 wine/dlls/user/tests/Makefile.in 1.20 1.21 +1 -0 wine/dlls/user/tests/.cvsignore 1.26 1.27 +59 -38 wine/dlls/user/misc.c Added 1.1 +0 -0 wine/dlls/user/tests/monitor.c