[DPLAYX] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / configure.cmd
index a6acd1c..dd50a19 100755 (executable)
@@ -64,6 +64,7 @@ if defined ROS_ARCH (
     cl 2>&1 | find "19.20." > NUL && set VS_VERSION=16
     cl 2>&1 | find "19.21." > NUL && set VS_VERSION=16
     cl 2>&1 | find "19.22." > NUL && set VS_VERSION=16
+    cl 2>&1 | find "19.23." > NUL && set VS_VERSION=16
     if not defined VS_VERSION (
         echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
         goto quit