Microsoft's MIDL compiler always adds a date/time information to generated *.h and *.c files:
/* File created by MIDL compiler version 8.00.0603 */
/* at Sun Nov 01 17:37:44 2015
*/
I want to keep these files in Version Control System, even though they are generated from IDL and do not change very often, because the header files are referenced from other projects. These files then always appear as modified to the VCS and I sometimes forget to manually exclude them from the current changeset, so they get committed needlessly.
Is there perhaps any MIDL switch that would disable this unnecessary date/time information?