File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Fri Mar 7 11:26:56 2025 adamy
16
16
o glib 2.54.3 (#102)
17
17
o zlib-1.3.1 (#102)
18
18
o mbedtls-3.6.2 (#100)
19
- o improved UNC and extended prefix support, plus stat optmisations (#98)
19
+ o improved UNC and extended prefix support, plus stat optimisations (#98)
20
20
o libssh2-1.11.1 (#95)
21
21
o enhanced utf8 support, directory plus username; non-ascii user name support (#97)
22
22
o EXDEV, cross-device link on rename failure; allowing alt move logic (#85)
Original file line number Diff line number Diff line change 1
1
#ifndef LIBW32_UNISTD_H_INCLUDED
2
2
#define LIBW32_UNISTD_H_INCLUDED
3
3
#include <edidentifier.h>
4
- __CIDENT_RCSID (gr_libw32_unistd_h ,"$Id: unistd.h,v 1.47 2025/03/06 17:15:29 cvsuser Exp $" )
4
+ __CIDENT_RCSID (gr_libw32_unistd_h ,"$Id: unistd.h,v 1.48 2025/03/06 17:39:04 cvsuser Exp $" )
5
5
__CPRAGMA_ONCE
6
6
7
7
/* -*- mode: c; indent-width: 4; -*- */
@@ -40,8 +40,8 @@ __CPRAGMA_ONCE
40
40
#if (_MSC_VER != 1900 ) /* MSVC 19/2015 */
41
41
#if (_MSC_VER < 1910 || _MSC_VER > 1916 ) /* MSVC 2017: 19.10 .. 16 */
42
42
#if (_MSC_VER > 1929 ) /* MSVC 2019: 19.20 .. 29 */
43
- #if (_MSC_VER > 1942 ) /* MSVC 2022: 19.30 .. 42 */
44
- #error unistd.h: untested MSVC Version (2005 -- 2022 19.42 )
43
+ #if (_MSC_VER > 1943 ) /* MSVC 2022: 19.30 .. 43 */
44
+ #error unistd.h: untested MSVC Version (2005 -- 2022 19.43 )
45
45
//see: https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B
46
46
#endif //2022
47
47
#endif //2019
You can’t perform that action at this time.
0 commit comments