Linking errors trying to compile simple app

The error is E2028 __imp__glFrontFace@4 is an undefined reference.

Don’t laugh - I’m trying to prove a point. Im using watcom 11.0 cpp.

It appears to me that the linker is confused when looking at opengl32.dll which is in my windows\system dir. Just to make sure I didn’t have screwed up versions of the source files vs the dlls. I downloaded them all together and made sure glFrontFace was defined.

Any help would be appreciated.