/* Perform simple test of headers to avoid typos and such */
#include <windows.h>

int main()
{
  return 0;
}
