keyword 'interface' collides with reserved from Windows.h
Brought to you by:
ddouxchamps
Compiling in VisualStudio 2005, the
keyword 'interface' is now reserved by the inclusion
of Windows.h into libvisca.h. As a result the
compiler generates an error when compiling
libvisca.c.
The word 'interface' is being used as a variable
name, so the fix is easy, to just change this word
to 'iface' or some other non-reserved token.