I'm running TFS on a Windows Server 2003 R2, I was looking into the TFS definitions.h and found these lines:
Someone could tell me what is this?
When running the server on a windows 2003 server is better change that value to 0x0502?
Code:
//Windows 2000 0x0500
//Windows XP 0x0501
//Windows 2003 0x0502
//Windows Vista 0x0600
#define _WIN32_WINNT 0x0501
Someone could tell me what is this?
When running the server on a windows 2003 server is better change that value to 0x0502?