Hey Eric,
My internet connection at home is dead and I do 90% of my development
from there so I cant test/commit changes for a while. Development
on taskmanager in the ReactOS tree has been dead for quite a while
while we work on merging more code from Winehq so change whatever
you guys need and t
Eric Pouech (pouech-eric_at_wanadoo.fr) wrote:
> + Don't depend on msvcrt
> - added wine only dumb macros for _ui64toa and _ultoa
This is not necessary _ui64toa and _ultoa are defined in the ntdll.
See ntdll.spec:
@ cdecl _ui64toa(long long ptr long)
@ cdecl _ultoa(long ptr long)
and ntd
om: Steven Edwards [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 12, 2003 2:38 PM
> To: [EMAIL PROTECTED]; Mike McCormack; Alexandre Julliard
> Cc: Steven Edwards; Eric Pouech; Dimitrie O. Paun;
> [EMAIL PROTECTED]
> Subject: [ros-general] Taskmanger Relicense: Was Unable to
>
ROTECTED]; Mike McCormack; Alexandre Julliard
> > Cc: Steven Edwards; Eric Pouech; Dimitrie O. Paun;
> > [EMAIL PROTECTED]
> > Subject: [ros-general] Taskmanger Relicense: Was Unable to
> > cimpile wineproc
> >
> >
> > Hello All,
> > Would anyone tha
Hello All,
Would anyone that did work on taskmanager be willing to relicense
for use in the Wine Project? It would need to be relicensed as
LGPL or dual licensed LGPL/GPL.
Brian if you see this I dont have your private email. Can someone
forward this if you have the email?
Thanks
Steven
--- Mike