Skip to content

Commit

Permalink
19.42
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyg committed Nov 29, 2024
1 parent f73e335 commit f339383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libw32/unistd.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef LIBW32_UNISTD_H_INCLUDED
#define LIBW32_UNISTD_H_INCLUDED
#include <edidentifier.h>
__CIDENT_RCSID(gr_libw32_unistd_h,"$Id: unistd.h,v 1.74 2024/09/09 11:39:14 cvsuser Exp $")
__CIDENT_RCSID(gr_libw32_unistd_h,"$Id: unistd.h,v 1.75 2024/11/29 17:47:25 cvsuser Exp $")
__CPRAGMA_ONCE

/* -*- mode: c; indent-width: 4; -*- */
Expand Down Expand Up @@ -40,8 +40,8 @@ __CPRAGMA_ONCE
#if (_MSC_VER != 1900) /* MSVC 19/2015 */
#if (_MSC_VER < 1910 || _MSC_VER > 1916) /* MSVC 2017: 19.10 .. 16 */
#if (_MSC_VER > 1929) /* MSVC 2019: 19.20 .. 29 */
#if (_MSC_VER > 1941) /* MSVC 2022: 19.30 .. 41 */
#error unistd.h: untested MSVC Version (2005 -- 2022 19.41)
#if (_MSC_VER > 1942) /* MSVC 2022: 19.30 .. 42 */
#error unistd.h: untested MSVC Version (2005 -- 2022 19.42)
//see: https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B
#endif //2022
#endif //2019
Expand Down

0 comments on commit f339383

Please sign in to comment.