Using GLUT with MS C++ .NET

I am getting strange message when using GLUT headers in MS C++ . NET. It says, that exit() function in header stdlib.h is redefined. How it may be solved ?
Thanks in advance.

XChanger

The way I resolved the problem was to copy and paste the newer definition of exit from the stdlib.h file in to the glut header file. It will compile at this point.