Re: Win32Lib & wine
- Posted by irv mullins <irvm at ellijay.com> Jul 03, 2004
- 494 views
Derek Parnell wrote: > > irv mullins wrote: > > but there are a couple > > of variables in Win32lib which have to be changed from integers > > to atoms. > > And...is this a problem or not? > > I have changed those varaibles that have a potential to hold values larger > than 31-bit integers into atom. This would include all RAM addresses. But not this one: ---------------------------------------------------- function fDoTVN_GETDISPINFO(atom id, atom hWnd, atom wParam, atom lParam) ---------------------------------------------------- -- changed id from integer to atom ^ I think that's all, but I can't be sure yet. Irv