master
Set MIDL target environment on Windows
Fix Windows build
windows ccapiserver: replace Sleep with event wait
Fix more non-prototype functions
Adjust most C source files to match the new standards for copyright and license comments.
Fix typos
Eliminate preprocessor-disabled dead code
Fix ccapi rpc methods to always pass 8 byte handles instead of sizeof(void*). ccapi server always stores all 8 bytes, whether compiled as 32 bit or 64 bit. If 32 bit, client zero-pads handle when sending and truncates when receiving.