search for: winuser16

Displaying 2 results from an estimated 2 matches for "winuser16".

2001 Oct 01
1
Latest CVS of wine won't compile
...test CVS version (fetched this morning) of wine, but compilation fails with: gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c In file included from ../../include/wine/winuser16.h:5, from ttydrv.h:19, from wnd.c:10: ../../include/winuser.h:29: warning: type defaults to `int' in declaration of `BOOL' ../../include/winuser.h:29: warning: `__stdcall__' attribute directive ignored ../../include/winuser.h:29: parse error before `(...
2010 Jan 08
0
Wine release 1.1.36
...user32: Move freeing of a 16-bit module's classes to wnd16.c. kernel32: Load the DestroyIcon32 function from 16-bit user.exe. user32: Move DestroyIcon32 implementation to user16.c. user32: Reimplement MapWindowPoints16 and move it to wnd16.c. user32: Avoid including winuser16.h in 32-bit files. user32: Delay creation of the 16-bit dialog info structure until the window is created. user32: Get rid of the 16-bit dialog heap. user32: Reimplement MENU_FindSubMenu on the 16-bit side using only exported functions. user32: Add wrapper functions for mani...