Skip to content

Commit e7d60f0

Browse files
committed
[Windows] update MSVC version
1 parent 6644bbf commit e7d60f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
| Platform | SDK | Requirements |
115115
|:------------------:|:----------:|:------------------------------|
116-
| Windows | [**Download SDK**](https://siv3d.github.io/en-us/download/windows/) /<br>[**SDK をダウンロード**](https://siv3d.github.io/ja-jp/download/windows/) | - Windows 10 / 11 (64-bit)<br>- Microsoft Visual C++ 2022 17.9<br>- Windows 10 SDK<br>- Intel / AMD CPU |
116+
| Windows | [**Download SDK**](https://siv3d.github.io/en-us/download/windows/) /<br>[**SDK をダウンロード**](https://siv3d.github.io/ja-jp/download/windows/) | - Windows 10 / 11 (64-bit)<br>- Microsoft Visual C++ 2022 17.10<br>- Windows 10 SDK<br>- Intel / AMD CPU |
117117
| macOS | [**Download SDK**](https://siv3d.github.io/en-us/download/macos/) /<br>[**SDK をダウンロード**](https://siv3d.github.io/ja-jp/download/macos/) | - macOS Big Sur / Monterey / Ventura<br>- Xcode 12.5 or newer<br>- Intel CPU / Apple Silicon (Rosetta mode)*<br>- OpenGL 4.1 compatible hardware |
118118
| Linux | [**Compiling for Linux**](https://siv3d.github.io/en-us/download/ubuntu/) /<br>[**Linux 版のビルド**](https://siv3d.github.io/ja-jp/download/ubuntu/) | - GCC 9.3.0 (with Boost 1.71.0) / GCC 11.2 (with Boost 1.74.0)<br>- Intel / AMD CPU<br>- OpenGL 4.1 compatible hardware |
119119
| Web (experimental**) | [**Compiling for Web**](https://siv3d.kamenokosoft.com/docs/en/) /<br>[**Web 版のビルド**](https://siv3d.kamenokosoft.com/docs/ja/) | Web browser with WebAssembly and WebGL2 support |

Siv3D/include/Siv3D/Platform.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@
127127
//
128128
//////////////////////////////////////////////////
129129

130-
# if SIV3D_PLATFORM(WINDOWS) && (_MSC_VER < 1934) // 古い Visual Studio | Old MSVC
130+
# if SIV3D_PLATFORM(WINDOWS) && (_MSC_VER < 1940) // 古い Visual Studio | Old MSVC
131131

132132
// お使いの Visual Studio のバージョンが古い場合、このエラーが発生します
133133
// This error occures when your Visual Studio version is not up to date.
134-
# error Please update the Visual Studio. Visual Studio 2022 17.4 is required to build this project.
134+
# error Please update the Visual Studio. Visual Studio 2022 17.10 is required to build this project.
135135

136136
# endif
137137

0 commit comments

Comments
 (0)