Skip to content

Commit bce6bc7

Browse files
committed
-add some doc about versions
1 parent 7cf1658 commit bce6bc7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

main/win32_internal_function_disabled.h

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
/* $Id$ */
2020

2121
/* 5 means the min version is 5 (XP/2000), 6 (2k8/vista), etc. */
22+
23+
/*
24+
Windows Server 2008 6.0
25+
Windows Vista 6.0
26+
Windows Server 2003 R2 5.2
27+
Windows Server 2003 5.2
28+
Windows XP 5.1
29+
Windows 2000 5.0
30+
*/
2231
static const char *function_name_5[] = {"link", NULL};
2332
const int function_name_cnt_5 = 1;
2433
static const char *function_name_6[] = {"readlink", "symlink", NULL};

0 commit comments

Comments
 (0)