X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9f39e09e82e99c422619f4e3df536d0a9e87987..101f488cf501c1ad651e81e6c15bfc7705634331:/src/jpeg/jconfig.h?ds=inline diff --git a/src/jpeg/jconfig.h b/src/jpeg/jconfig.h index 8913296008..2bf765bb68 100644 --- a/src/jpeg/jconfig.h +++ b/src/jpeg/jconfig.h @@ -1,3 +1,11 @@ +/* This test added by JACS as a quick fix. What should we do + * to make it work with configure? + */ + +#if defined(_MSC_VER) || defined(__BORLANDC__) +#include "jconfig.vc" +#else + /* jconfig.h. Generated automatically by configure. */ /* jconfig.cfg --- source file edited by configure script */ /* see jconfig.doc for explanations */ @@ -60,3 +68,6 @@ #undef PROGRESS_REPORT #endif /* JPEG_CJPEG_DJPEG */ +#endif + /* _MSC_VER */ +