how to use culling

I am trying to enable culling using

glEnable(GL_CULL);

but apparently, my VC++ compiler complains
saying
error C2065: ‘GL_CULL’ : undeclared identifier

GL_CULL_FACE