Christopher Thielen cthielen@gmail.com wrote:
+// Not const in order to set lParam during test
Using c++ comment in Wine code is forbidden. Also it should not be needed to test lparam, everything is clear enough, and I'd suggest to make the structure 'const'. Looks good to me otherwise.