]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for DMC bug reading JPEGs
authorChris Elliott <biol75@york.ac.uk>
Thu, 2 Oct 2003 15:53:14 +0000 (15:53 +0000)
committerChris Elliott <biol75@york.ac.uk>
Thu, 2 Oct 2003 15:53:14 +0000 (15:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/jpeg/jconfig.h

index 1050b5e2fc84ffea7ee872d473a8413cce8c82b7..3593170ff8dad56cddbb8f5a9c4ae145f7100da7 100644 (file)
@@ -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