CORE-12653
svn path=/trunk/; revision=73564
* considered UNC, while on Windows Vista+ this is not the case anymore.
*/
// #ifdef __REACTOS__
-#if 0
+#if (WINVER >= _WIN32_WINNT_VISTA)
if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && (lpszPath[2]!='?'))
#else
if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))
* considered UNC, while on Windows Vista+ this is not the case anymore.
*/
// #ifdef __REACTOS__
-#if 0
+#if (WINVER >= _WIN32_WINNT_VISTA)
if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && (lpszPath[2]!='?'))
#else
if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))