Re: modal message box fixme

2004-10-22 Thread Vincent Béron
Le ven 22/10/2004 à 11:26, Ivan Leo Puoti a écrit : > I've written an app that calls a modal message box, if the uType parameter > passed to MessageBox is MB_TASKMODAL or MB_SYSTEMMODAL a fixme is printed, but > if it's MB_APPLMODA wine doesn't print a fixme. > Is the attached fix correct (It works

modal message box fixme

2004-10-22 Thread Ivan Leo Puoti
I've written an app that calls a modal message box, if the uType parameter passed to MessageBox is MB_TASKMODAL or MB_SYSTEMMODAL a fixme is printed, but if it's MB_APPLMODA wine doesn't print a fixme. Is the attached fix correct (It works for me)? Ivan.