On 11/04/2009 08:48 AM, David H. wrote:
proliferation of stale Win32 ports that currently exists. I notice
that VC9 is lacking<stdbool.h> and<stdint.h>. These are not show-
stoppers.
If that is the only problem I don't see any problems of moving the
include of those two headers to config.h..
Other "problems" you may encounter is:
* Declarations of variables when they are used, and not in the beginning
of the scope (this includes inside for () etc)
* Some places in the code use // for comments
* uint64_t and the use of PRIu64 in printf's
* bool as a datatype
* nameless unions
* some struct initalizers where we address arrays and members directly..
Do your compiler support that?
Cheers,
Trond