Skip to main content
2 of 3
Improved formatting. Grammar. Reorganised for flow.
Anko
  • 13.5k
  • 10
  • 56
  • 82

The problem is that glut.h defines a new exit() function, which overrides the one in stdlib.h (included by Windows.h). This problem has also been addressed on Stack Overflow here.

The solution is to include Windows.h before glut.h.

Polar
  • 874
  • 8
  • 23