v0.9.63
avoid c99-style comments in examples, fix missed VLA
VS projects updated: cleanup, renamed file
Simplified VS projects files
Fixed VS builds.
VS projects: restructured VS project files to share common values
VS projects: added largepost.c example
Use MHD_itc_activate_ macro for ITC signaling, move ITC types to separate header. Separate header allow exclusion of heavy headers in internal.h, which is included by most source files. Fixed checking success of write() to eventFD by comparing result to 1. Fixed error when trying to signal on fully filled ITC (ITC is already in activated (signaled) state and those conditions are not an error). EventFD is signaled now by macro, not a function.
Corrected DLL name in W32 resources.
VS projects: added simplepost.c example
VS projects: optimizations, fixes, used macros for paths.