When using the code you download here:
http://nehe.gamedev.net/data/lessons/devc/lesson01.zip
which uses openGL, why do I get the following errors when trying to run it? I'm using Dev-C++ compiler by the way.
In function 'BOOL CreateGLWindow(char*, int, int, int, bool)';
line 153: 'CDS_FULLSCREEN' undeclared (first use this function)
I copied and pasted the code correctly, so it's not a typo.
thanks