From 57ea01710dd95f8808df417d462a838b98327402 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 2 Oct 2003 16:01:04 +0000 Subject: [PATCH] fix for DMC bug reading JPEGs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/jpeg/jconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jpeg/jconfig.h b/src/jpeg/jconfig.h index 42d94427c6..8bbb964690 100644 --- a/src/jpeg/jconfig.h +++ b/src/jpeg/jconfig.h @@ -2,7 +2,7 @@ * to make it work with configure? */ -#if defined(_MSC_VER) || defined(__BORLANDC__) +#if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__DMC__) #include "jconfig.vc" #else