I'm planning to commit this in a couple of days. If it breaks
compilation on some systems, we can fix it afterwards. How's that for
everyone?
I was thinking... shouldn't we include something like allegro/stdint.h,
which just includes stdint.h if available, and otherwise defines its own
integer types?
By the way, did you experience any problems when trying to load bitmaps? I
posted a patch a couple of weeks ago replacing some longs with ints in the
.bmp file reader, because the struct requires 32 bit integers in some cases
where Allegro's code has longs. I assume that would be a nescessary
addition too, wouldn't it? Or is this in your patch too and did I simply
overlook it?