Log message: Changed the CreateDC driver entry point to use an HDC instead of a DC pointer.
Patch: http://cvs.winehq.org/patch.py?id=11356
Old revision New revision Changes Path 1.56 1.57 +1 -1 wine/dlls/x11drv/x11drv.spec 1.26 1.27 +1 -1 wine/dlls/wineps/wineps.spec 1.34 1.35 +1 -1 wine/dlls/ttydrv/ttydrv.spec
[...]
Why change the prototypes in the .spec files? The first parameter is still a pointer, even if it is now void* instead of DC*.
Rob
"Robert Shearman" R.J.Shearman@warwick.ac.uk writes:
Why change the prototypes in the .spec files? The first parameter is still a pointer, even if it is now void* instead of DC*.
HANDLE parameters are listed as long, mostly for historical reasons, even though they are technically pointers. It doesn't make much difference either way, but it's better to be consistent with all the other functions that take handles.