Header error

After including the gl.h header file in my project the compiler started giving syntax error messages int the gl.h file. This has never happaned before, and the gl.h header file looks to me to be error free. Please help.

There’s probably something wrong going on right before the include gl.h line.

-SirKnight

For win32, you need to include windows.h before gl.h.