I've noticed a number of commits going through that remove C99isms for the sake of Windows builds. Does that imply that the code must be exclusively C89, or are there some C99isms that are acceptable?
The only one left now is a dynamic array:
GtkTargetEntry drag_targets[targ->size];
Will this cause problems? If so, what's the preferred idiom - alloca?
I'd like to merge this branch into 8.1 soon, if there are no objections. I've been using it locally with no problems.
ChrisA