GraphicsMagick: VisualMagick/configure/configure.rc Disable stat...

GraphicsMagick Commits <[email protected]> Thu, 22 Feb 2024 17:12:18 -0600
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.13494.1708643595.19238.graphicsmagick-commit@lists.sourceforge.net>
changeset 9ea6ba35e41e in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=9ea6ba35e41e
summary: VisualMagick/configure/configure.rc Disable static single threaded runtime choice.

diffstat:

 ChangeLog                           |  6 ++++++
 VisualMagick/configure/configure.rc |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 899a48acd5bb -r 9ea6ba35e41e ChangeLog
--- a/ChangeLog	Thu Feb 22 16:14:23 2024 -0600
+++ b/ChangeLog	Fri Feb 23 00:11:33 2024 +0100
@@ -1,3 +1,9 @@
+2024-02-23  Fojtik Jaroslav  <[email protected]>
+
+	* VisualMagick/configure/configure.rc Disable static single threaded
+	runtime choice. This runtime is not suported in Visual Studio 2008
+	and all newer versions.
+
 2024-02-22  Bob Friesenhahn  <[email protected]>
 
 	* coders/psd.c: If module gets built, but EnableBrokenCoders is
diff -r 899a48acd5bb -r 9ea6ba35e41e VisualMagick/configure/configure.rc
--- a/VisualMagick/configure/configure.rc	Thu Feb 22 16:14:23 2024 -0600
+++ b/VisualMagick/configure/configure.rc	Fri Feb 23 00:11:33 2024 +0100
@@ -103,7 +103,7 @@
     CONTROL         "Dynamic Multi-threaded DLL runtimes",IDC_PROJECT_TYPE,
                     "Button",BS_AUTORADIOBUTTON | WS_GROUP,15,33,133,10
     CONTROL         "Static Single-threaded runtimes",IDC_PROJECT_TYPE1,
-                    "Button",BS_AUTORADIOBUTTON,15,64,113,10
+                    "Button",BS_AUTORADIOBUTTON | WS_DISABLED,15,64,113,10
     CONTROL         "Static Multi-threaded runtimes",IDC_PROJECT_TYPE2,
                     "Button",BS_AUTORADIOBUTTON,15,79,109,10
     CONTROL         "Use X11 stubs to prevent use of X Window",IDC_USE_X11_STUBS,