Re: Implement {G|S}etWindowLongPtr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



György 'Nog' Jeney a écrit :
> 
> Apply this patch and observe nearly the whole wine recompile :)
> 
> ChangLog:
>  * include/winuser.h
>  * win/win.c
>    Implement {G|S}etWindowLongPtr
I don't want to see a whole wine recompilation every day, so I think
those defs

#define     SetWindowLong WINELIB_NAME_AW(SetWindowLong)
+LONG_PTR    WINAPI SetWindowLongA(HWND,INT,LONG_PTR);
+LONG_PTR    WINAPI SetWindowLongW(HWND,INT,LONG_PTR);
+#define     SetWindowLongPtr WINELIB_NAME_AW(SetWindowLongPtr)

should be instead
#define     SetWindowLong WINELIB_NAME_AW(SetWindowLong)
+LONG_PTR    WINAPI SetWindowLongPtrA(HWND,INT,LONG_PTR);
+LONG_PTR    WINAPI SetWindowLongPtrW(HWND,INT,LONG_PTR);
+#define     SetWindowLongPtr WINELIB_NAME_AW(SetWindowLongPtr)

A+


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux