> > 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