difference with long datatype in 64bit gcc and msvc++

Dmitry Timoshkov dmitry at baikal.ru
Tue Jul 19 22:30:48 CDT 2005


"Kevin Koltzau" <kevin at plop.org> wrote:

> you could start with running "grep long *" inside the include directory.  
> Every instance would need to be changed in some form, I count well over a 
> thousand instances in just the headers.

We need to replace 'long' by 'LONG' and 'int' by 'INT' in the headers.
That's a job for a simple script. Then synchronize headers with an actual
implementation, that's a little bit harder since we need to closely inspect
every API implementation.

-- 
Dmitry.




More information about the wine-devel mailing list