]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jconfig.h
Made .dsp files consistent with debug option; added JPEG project file
[wxWidgets.git] / src / jpeg / jconfig.h
index 8913296008d502e398d82342cd1c7d464bccb098..2bf765bb68e73b560ef53cb3afcb8da3eb1f972f 100644 (file)
@@ -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 */
+