Skip to content

Commit 85543c1

Browse files
committed
Update _MSC_VER number
1 parent 71da090 commit 85543c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ABICompatibility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <Platform.hpp>
22

33
// Visual Studio 2015 to Visual Studio 2022
4-
#if defined SYSTEM_WINDOWS && (_MSC_VER < 1900 || _MSC_VER > 1940)
4+
#if defined SYSTEM_WINDOWS && (_MSC_VER < 1900 || _MSC_VER > 1943)
55

66
#error The only supported compilation platforms for this project on Windows are Visual Studio 2015, 2017, 2019 and 2022 (for ABI compatibility reasons).
77

0 commit comments

Comments
 (0)