I'm trying to use a function called bind(), this function is included in WinSock2.h. However, when I "go to definition" of the function VS leads me to another file.
So, the bind() function I'm trying to use is in: 
c:\Program Files (x86)\Windows Kits\8.1\Include\um\WinSock2.h
But VS it taking the function from:
c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\functional
How can I "force" VS to use the function I want?
 
     
    