http://bugs.winehq.com/show_bug.cgi?id=135
Summary: winfile.exe triggers LoadMagicItem with magic=0 Product: Wine Version: unspecified Platform: All OS/Version: All Status: VERIFIED Severity: normal Priority: P1 Component: wine-gui AssignedTo: wine-bugs@winehq.com ReportedBy: nneul@umr.edu
winfile.exe from win98 triggers MENU_LoadMagicItem with a magic of 0.
fixme:menu:MENU_LoadMagicItem Magic 0x00000000 not implemented
It looks like this is undefined in the winuser.h header, only -1,1-11 are defnied.
Maybe:
if((LOWORD((int)lpitem->text))<12)
that needs changed in controls/menu.c?
Adding a 'case 0: return 0' in the routine obviously makes warning go away, but that probably isn't the best fix.
------- Additional Comments From andi@rhlx01.fht-esslingen.de 2000-12-22 14:08 ------- Hmm, I can't reproduce that with W98SE winfile.exe. I've never seen that problem with winfile.
How does it happen ? More details please ! :-)
------- Additional Comments From nneul@umr.edu 2001-01-06 12:38 ------- Beats me, not seeing it any more with latest cvs 01/06.
------- Additional Comments From tony_lambregts@telusplanet.net 2002-07-22 13:55 ------- I am marking this verified. This issue does not exist anymore.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=135. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.