"Kevin Koltzau" <[EMAIL PROTECTED]> 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.
