We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cebb9f commit 63d7a26Copy full SHA for 63d7a26
1 file changed
README.md
@@ -6,6 +6,9 @@ Supports:
6
- DirectWrite, Direct2D, GDI, GDI+
7
- Requires Windows 7+. Certain features like Direct2D SVG rendering requires Windows 10 RS4.
8
9
-C++, compiled with Visual Studio Professional 2017 Version 15.6.5 (Community Edition should work too).
10
-
+C++, compiled with Visual Studio Professional 2019 16.5.4 (Community Edition should work too).
+Note the project now uses C++ modules.
11
+To use normal header files, USE_CPP_MODULES=0 in the project properties preprocessor definitions.
12
+This will also let you use VS 2017 Version 15.6.5 (the compiler crashed when trying to use modules).
13
+
14

0 commit comments