Unresolved external symbol

Hi,

When compiling my code within Visual Studio 2013 on Windows 8.1, i got the following error message:
error LNK2019: unresolved external symbol __imp__glNormal3d 12

Using DUMPBIN, I found out that the refereneced OpenGL32.lib defines Symbol glNormal3d 24, but not the desired one.
Does someone have an idea how i could solve this issue?