Usertype uses reserved type-ID 1

2000-09-25 Thread Gerald Pfeifer
I already fixed most bugs shown by compiler warnings added recently. Could someone please have a look at the following? disp.rc:42:9: Warning: Usertype uses reserved type-ID 1, which is used by CURSOR mouserc.rc:7:9: Warning: Usertype uses reserved type-ID 1, which is used

Re: Some files missing in the header directory

2000-09-25 Thread Bang Jun-Young
Bang Jun-Young wrote: While compiling my app with Wine-2909, I've found some files are missing in Wine header directory (typically /usr/local/include/wine). The below patch should remedy this problem. can you explain which part of your winelib app is using builtin16.h ? (this is pure

Re: Usertype uses reserved type-ID 1

2000-09-25 Thread Andreas Mohr
On Sun, Sep 24, 2000 at 07:48:22PM +0200, Gerald Pfeifer wrote: I already fixed most bugs shown by compiler warnings added recently. Could someone please have a look at the following? disp.rc:42:9: Warning: Usertype uses reserved type-ID 1, which is used by CURSOR

Re: Some files missing in the header directory

2000-09-25 Thread Bang Jun-Young
Bang Jun-Young wrote: While compiling my app with Wine-2909, I've found some files are missing in Wine header directory (typically /usr/local/include/wine). The below patch should remedy this problem. can you explain which part of your winelib app is using builtin16.h ? (this is pure

Re: Disabled windows can't be resized by WM

2000-09-25 Thread gerard patel
At 09:54 AM 9/22/00 +0800, you wrote: I just can't believe! That means, that this code (already existing in x11drv), will crash for you if, say, application shows "About" dialog and then will center it relatively main window by SetWindowPos. Could you confirm it? Yes Though, this may mean, that

Re: Some files missing in the header directory

2000-09-25 Thread Eric Pouech
windows.h (line 8-14): #include "windef.h" #include "winbase.h" #include "wingdi.h" #include "winuser.h" #include "shell.h" -- #include "winreg.h" #include "winnetwk.h" well, windows.h shouldn't include shell.h. removing shell.h from windows.h is a far better fix than installing shell.h